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 7261012 commit 6dbcdd3Copy full SHA for 6dbcdd3
ChangeLog
@@ -1,6 +1,7 @@
1
- Go back to selecting the cvmfs version from the egi and osg distribution.
2
- Properly sort the cvmfs version number from the downloaded list of packages.
3
- For osg use 24-main instead of 23-main.
4
+- For suse15 switch to getting some packages from el8 instead of el7.
5
6
cvmfsexec-4.45 - 5 March 2025
7
- Change to try downloading cvmfs packages from cvmrepo.s3.cern.ch and
makedist
@@ -167,7 +167,7 @@ fi
167
EL=$VERS
168
MACH=el$EL
169
if [ "$DISTRO" = "suse" ]; then
170
- EL=7 # we get some suse stuff from rhel7
+ EL=8 # we get some suse stuff from rhel8
171
MACH=sle$VERS
172
fi
173
0 commit comments