We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21d3da commit fa1b202Copy full SHA for fa1b202
ChangeLog
@@ -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
+
5
cvmfsexec-4.44 - 5 February 2025
6
- Add translations in makedist from debian 11 & 12 and ubuntu 22 & 24 to
7
rhel8 & rhel9.
cvmfsexec
@@ -9,7 +9,7 @@
9
#set -x
10
#PS4='c$$+ '
11
12
-VERSION=4.44
+VERSION=4.45
13
14
usage()
15
{
singcvmfs
@@ -3,7 +3,7 @@
# with the singularity --fusemount option.
# Written by Dave Dykstra March 2020
8
ME="`basename $0`"
0 commit comments