File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -260,15 +260,16 @@ setup() {
260
260
>&2 echo " "
261
261
fi
262
262
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
264
265
export DHI_HAS_GFAL=" 0"
265
266
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
272
273
273
274
274
275
#
You can’t perform that action at this time.
0 commit comments