Skip to content

Commit f452e64

Browse files
authored
Merge pull request #109 from DrDaveD/update-4.45
update to 4.45
2 parents e21d3da + fa1b202 commit f452e64

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
cvmfsexec-4.45 - 5 March 2025
2+
- Change to try downloading cvmfs packages from cvmrepo.s3.cern.ch and
3+
fall back to cvmrepo.web.cern.ch if that doesn't work.
4+
15
cvmfsexec-4.44 - 5 February 2025
26
- Add translations in makedist from debian 11 & 12 and ubuntu 22 & 24 to
37
rhel8 & rhel9.

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.44
12+
VERSION=4.45
1313

1414
usage()
1515
{

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.44
6+
VERSION=4.45
77

88
ME="`basename $0`"
99

0 commit comments

Comments
 (0)