Skip to content

Commit

Permalink
move osg base URL for el8 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD committed Jan 6, 2025
1 parent 7f95a90 commit fb3a071
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit fb3a071

Please sign in to comment.