Skip to content

Commit

Permalink
Merge pull request #92 from osg-htc/mwestphall-patch-1
Browse files Browse the repository at this point in the history
Update update_mirror.py to build aarch64 mirrors for osg-24
  • Loading branch information
mwestphall authored Oct 15, 2024
2 parents 4e6dc04 + 9bb26ad commit 072d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test(hosts,tag,arch):
log("checking for "+tag)
series,dver,repo = tagsplit(tag)
tag_archs = __builtins__.list(archs) # make a copy
if "23" in series: # XXX This script will be replaced before OSG 24 anyway
if "23" in series or "24" in series:
tag_archs.append("aarch64")
repopath = '/'.join(["/usr/local/mirror/.osg.new",series,dver,repo])
os.makedirs(repopath)
Expand Down

0 comments on commit 072d8d7

Please sign in to comment.