Source code for xboinc.server.paths

# copyright ############################### #
# This file is part of the Xboinc Package.  #
# Copyright (c) CERN, 2025.                 #
# ######################################### #

from xaux import FsPath

[docs] afsusr = FsPath('/afs/cern.ch/user/s/sixtadm')
[docs] eosusr = FsPath('/eos/user/s/sixtadm')
[docs] eosdir = eosusr / 'xboinc_server' # EOS spooldir for server
[docs] dropdir = eosdir / 'drop' # only location where users have write access (i.e. to register)
[docs] infowudir = eosdir / "info" # location of work units info database
[docs] _test_afs = afsusr / 'public' / 'test_xboinc'
[docs] _test_eos = eosusr / 'test_xboinc'