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:
Kevin Fenzi
2023-07-12 15:44:17 -07:00
parent c8a5b75209
commit e0cb1c5188
5 changed files with 26 additions and 10 deletions

View File

@@ -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 %}