Skip to content
Snippets Groups Projects
Commit e0beb428 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Trung Nguyen
Browse files

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

Former-commit-id: 50416091
parent 40a97b85
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@
reposervername: consistency0
reposerverip: 118.138.244.7
repopath: centos
\ No newline at end of file
......@@ -2,24 +2,24 @@
[monashhpc_base]
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
sslverify=false
[monashhpc_updates]
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
sslverify=false
[monashhpc_extras]
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
sslverify=false
[monashhpc_centosplus]
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
sslverify=false
......@@ -2,7 +2,7 @@
[monashhpc_otherstuff]
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
sslverify=false
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