Skip to content
Snippets Groups Projects
Commit f961a0c8 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

factoring out the repository path to be able to switch between centos and centos-staging

Former-commit-id: 50416091
parent 737a5a4a
No related branches found
No related tags found
1 merge request!332March maintenance
...@@ -2,24 +2,24 @@ ...@@ -2,24 +2,24 @@
[monashhpc_base] [monashhpc_base]
name=MonashHPC base repository mirrored to control the update process name=MonashHPC base repository mirrored to control the update process
baseurl=https://{{ reposervername }}/centos/$releasever/os/$basearch/ baseurl=https://{{ reposervername }}/{{ repopath }}/$releasever/os/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
[monashhpc_updates] [monashhpc_updates]
name=MonashHPC base repository mirrored to control the update process name=MonashHPC base repository mirrored to control the update process
baseurl=https://{{ reposervername }}/centos/$releasever/updates/$basearch/ baseurl=https://{{ reposervername }}/{{ repopath }}/$releasever/updates/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
[monashhpc_extras] [monashhpc_extras]
name=MonashHPC base repository mirrored to control the update process name=MonashHPC base repository mirrored to control the update process
baseurl=https://{{ reposervername }}/centos/$releasever/extras/$basearch/ baseurl=https://{{ reposervername }}/{{ repopath }}/$releasever/extras/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
[monashhpc_centosplus] [monashhpc_centosplus]
name=MonashHPC base repository mirrored to control the update process name=MonashHPC base repository mirrored to control the update process
baseurl=https://{{ reposervername }}/centos/$releasever/centosplus/$basearch/ baseurl=https://{{ reposervername }}/{{ repopath }}/$releasever/centosplus/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
[monashhpc_otherstuff] [monashhpc_otherstuff]
name=MonashHPC base repository mirrored to control the update process name=MonashHPC base repository mirrored to control the update process
baseurl=https://{{ reposervername }}/centos/hpcsystems/$releasever/$basearch/ baseurl=https://{{ reposervername }}/{{ repopath }}/hpcsystems/$releasever/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
gpgcheck=0 gpgcheck=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment