Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee68aa6

Browse files
committedDec 9, 2023
Disable gfal2 usage for now.
1 parent 7f39ca8 commit ee68aa6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎setup.sh

+8-7
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,16 @@ setup() {
260260
>&2 echo ""
261261
fi
262262

263-
# gfal2 bindings (optional)
263+
# gfal2 bindings, disabled until we need full gfal2 support
264+
# however, DHI_LCG_DIR is needed by remote bootstrap script to fetch software bundles
264265
export DHI_HAS_GFAL="0"
265266
export DHI_LCG_DIR="${DHI_LCG_DIR:-/cvmfs/grid.cern.ch/centos7-ui-200122}"
266-
if [ ! -d "${DHI_LCG_DIR}" ]; then
267-
>&2 echo "lcg directory ${DHI_LCG_DIR} not existing, skip gfal2 bindings setup"
268-
else
269-
source "${DHI_LCG_DIR}/etc/profile.d/setup-c7-ui-python3-example.sh" "" || return "$?"
270-
export DHI_HAS_GFAL="1"
271-
fi
267+
# if [ ! -d "${DHI_LCG_DIR}" ]; then
268+
# >&2 echo "lcg directory ${DHI_LCG_DIR} not existing, skip gfal2 bindings setup"
269+
# else
270+
# source "${DHI_LCG_DIR}/etc/profile.d/setup-c7-ui-python3-example.sh" "" || return "$?"
271+
# export DHI_HAS_GFAL="1"
272+
# fi
272273

273274

274275
#

0 commit comments

Comments
 (0)
Please sign in to comment.