mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
download: move centos items out of /srv/pub
We had centos stream and altarches and centos linux under /srv/pub on external download servers. However, this breaks people who sync buffet or the like from them because they suddenly get centos content that they want to just get directly elsewhere. So, just move these up a leave so they are out of the buffet target and people who want them can get them elsewhere. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -167,19 +167,19 @@ refuse options = checksum
|
||||
# For RDU-CC usage
|
||||
[centos]
|
||||
comment = CentOS Mirror
|
||||
path = /srv/pub/centos
|
||||
path = /srv/centos
|
||||
list = yes
|
||||
|
||||
# For RDU-CC usage
|
||||
[centos-altarch]
|
||||
comment = CentOS Mirror Altarch
|
||||
path = /srv/pub/centos-altarch
|
||||
path = /srv/centos-altarch
|
||||
list = yes
|
||||
|
||||
# For RDU-CC usage
|
||||
[centos-stream]
|
||||
comment = CentOS Mirror Stream9
|
||||
path = /srv/pub/centos-stream
|
||||
path = /srv/centos-stream
|
||||
list = yes
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user