File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ cvmfsexec-4.40 - 5 July 2024
2+ - Switch to vault.centos.org for el7 fuse-libs package.
3+
14cvmfsexec-4.39 - 26 January 2024
25- Skip installing cvmfs-x509-helper with the "default" configuration.
36
Original file line number Diff line number Diff line change 99# set -x
1010# PS4='c$$+ '
1111
12- VERSION=4.39
12+ VERSION=4.40
1313
1414usage ()
1515{
Original file line number Diff line number Diff line change 321321 FUSELIB=libfuse2
322322 else
323323 if [ " $EL " -lt 8 ]; then
324- FUSEURL=" https://linux-mirrors.fnal.gov/linux/ centos/$EL /os/$ARCH /Packages"
324+ FUSEURL=" https://vault.centos.org/ centos/$EL /os/$ARCH /Packages/ "
325325 elif [ " $EL " -eq 8 ]; then
326326 FUSEURL=" https://repo.almalinux.org/almalinux/$EL /BaseOS/$ARCH /os/Packages"
327327 else
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.39
6+ VERSION=4.40
77
88ME=" ` basename $0 ` "
99
You can’t perform that action at this time.
0 commit comments