File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ cvmfsexec-4.47 - 19 May 2025
2+ - Remove setting X509_USER_PROXY because it is no longer used.
3+
14cvmfsexec-4.46 - 2 April 2025
25- Go back to selecting the cvmfs version from the egi and osg distribution.
36- Properly sort the cvmfs version number from the downloaded list of packages.
Original file line number Diff line number Diff line change 99# set -x
1010# PS4='c$$+ '
1111
12- VERSION=4.46
12+ VERSION=4.47
1313
1414usage ()
1515{
6464# make a copy of stdin fd, for use in '&' and by unshare
6565exec {STDINCOPYFD}< & 0
6666
67- # set up standard certificate & token paths if not already set,
68- # because the authorization helper runs as a fake root user.
69- if [ -z " $X509_USER_PROXY " ]; then
70- export X509_USER_PROXY=" /tmp/x509up_u$UID "
71- fi
67+ # set up standard token path if not already set because the
68+ # authorization helper runs as a fake root user.
7269if [ -z " $BEARER_TOKEN_FILE " ]; then
7370 export BEARER_TOKEN_FILE=" ${XDG_RUNTIME_DIR:-/ tmp} /bt_u$UID "
7471fi
Original file line number Diff line number Diff line change 33# with the singularity --fusemount option.
44# Written by Dave Dykstra March 2020
55
6- VERSION=4.46
6+ VERSION=4.47
77
88ME=" ` basename $0 ` "
99
You can’t perform that action at this time.
0 commit comments