Skip to content

Commit

Permalink
Merge pull request #88 from matyasselmeci/pr/daily-to-rc
Browse files Browse the repository at this point in the history
Use condor-rc repos instead of condor-daily repos
  • Loading branch information
matyasselmeci authored Oct 4, 2024
2 parents 72a9d61 + e12023e commit 58f90a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions etc/distrepos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@ source_rpms_subdir = src/Packages
# aarch64, etc. based on the "arches" attribute of a tag.

[condor-23.x]
daily_repo = 23.x/$${EL}/$${ARCH}/daily -> condor-daily
rc_repo = 23.x/$${EL}/$${ARCH}/rc -> condor-rc
update_repo = 23.x/$${EL}/$${ARCH}/update -> condor-update
release_repo = 23.x/$${EL}/$${ARCH}/release -> condor-release


[condor-23.0]
daily_repo = 23.0/$${EL}/$${ARCH}/daily -> condor-daily
rc_repo = 23.0/$${EL}/$${ARCH}/rc -> condor-rc
update_repo = 23.0/$${EL}/$${ARCH}/update -> condor-update
release_repo = 23.0/$${EL}/$${ARCH}/release -> condor-release


[condor-24.x]
daily_repo = 24.x/$${EL}/$${ARCH}/daily -> condor-daily
rc_repo = 24.x/$${EL}/$${ARCH}/rc -> condor-rc
update_repo = 24.x/$${EL}/$${ARCH}/update -> condor-update
release_repo = 24.x/$${EL}/$${ARCH}/release -> condor-release


[condor-24.0]
daily_repo = 24.0/$${EL}/$${ARCH}/daily -> condor-daily
rc_repo = 24.0/$${EL}/$${ARCH}/rc -> condor-rc
update_repo = 24.0/$${EL}/$${ARCH}/update -> condor-update
release_repo = 24.0/$${EL}/$${ARCH}/release -> condor-release

Expand Down Expand Up @@ -119,7 +119,7 @@ mirror_hosts =
[tagset osg-23-main-$${EL}-development]
dvers = el8 el9
dest = osg/23-main/$${EL}/development
condor_repos = ${condor-23.0:daily_repo}
condor_repos = ${condor-23.0:rc_repo}

[tagset osg-23-main-$${EL}-testing]
dvers = el8 el9
Expand All @@ -141,7 +141,7 @@ condor_repos = ${condor-23.0:release_repo}
[tagset osg-23-upcoming-$${EL}-development]
dvers = el8 el9
dest = osg/23-upcoming/$${EL}/development
condor_repos = ${condor-23.x:daily_repo}
condor_repos = ${condor-23.x:rc_repo}

[tagset osg-23-upcoming-$${EL}-testing]
dvers = el8 el9
Expand Down Expand Up @@ -185,7 +185,7 @@ dest = osg/23-internal/$${EL}/release
[tagset osg-24-main-$${EL}-development]
dvers = el8 el9
dest = osg/24-main/$${EL}/development
# condor_repos = ${condor-24.0:daily_repo}
# condor_repos = ${condor-24.0:rc_repo}

[tagset osg-24-main-$${EL}-testing]
dvers = el8 el9
Expand All @@ -207,7 +207,7 @@ dest = osg/24-main/$${EL}/release
[tagset osg-24-upcoming-$${EL}-development]
dvers = el8 el9
dest = osg/24-upcoming/$${EL}/development
# condor_repos = ${condor-24.x:daily_repo}
# condor_repos = ${condor-24.x:rc_repo}

[tagset osg-24-upcoming-$${EL}-testing]
dvers = el8 el9
Expand Down

0 comments on commit 58f90a2

Please sign in to comment.