Skip to content

Commit c5e79b6

Browse files
authored
Merge pull request #92 from DrDaveD/el7-mirror
change el7 fuse-libs mirror, update to 4.40
2 parents 38742db + 3fcaafa commit c5e79b6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
cvmfsexec-4.40 - 5 July 2024
2+
- Switch to vault.centos.org for el7 fuse-libs package.
3+
14
cvmfsexec-4.39 - 26 January 2024
25
- Skip installing cvmfs-x509-helper with the "default" configuration.
36

cvmfsexec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#set -x
1010
#PS4='c$$+ '
1111

12-
VERSION=4.39
12+
VERSION=4.40
1313

1414
usage()
1515
{

makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ else
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

singcvmfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# with the singularity --fusemount option.
44
# Written by Dave Dykstra March 2020
55

6-
VERSION=4.39
6+
VERSION=4.40
77

88
ME="`basename $0`"
99

0 commit comments

Comments
 (0)