Skip to content

Commit

Permalink
Merge pull request #106 from DrDaveD/move-osg-repo
Browse files Browse the repository at this point in the history
Move osg base URL, update to 4.43
  • Loading branch information
DrDaveD authored Jan 6, 2025
2 parents 672ceed + fb3a071 commit c86f28f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cvmfsexec-4.43 - 6 January 2025
- Adjust the URL for downloading osg packages after the layout changed.
- Add the variable SINGCVMFS_LOGDIR to override the location of the
cvmfs logs.

Expand Down
2 changes: 1 addition & 1 deletion cvmfsexec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#set -x
#PS4='c$$+ '

VERSION=4.42
VERSION=4.43

usage()
{
Expand Down
4 changes: 3 additions & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,13 @@ case $1 in
osg)
if [ $EL -lt 8 ]; then
REL=3.6
EXT=""
else
REL=23-main
EXT="/Packages/c"
fi
REPO=release
BASEURL="https://repo.opensciencegrid.org/osg/$REL/el$EL/$REPO/x86_64";;
BASEURL="https://repo.opensciencegrid.org/osg/$REL/el$EL/$REPO/x86_64$EXT";;
egi)
OS=centos$EL
BASEURL="https://repository.egi.eu/sw/production/umd/4/$OS/x86_64/updates";;
Expand Down
2 changes: 1 addition & 1 deletion singcvmfs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# with the singularity --fusemount option.
# Written by Dave Dykstra March 2020

VERSION=4.42
VERSION=4.43

ME="`basename $0`"

Expand Down

0 comments on commit c86f28f

Please sign in to comment.