mirrorlist: also sync country_continent.csv
For the mirrorlist test on proxy14 we also need country_continent.csv. With this the latest version is also copied to the mirrorlist server. This change has already been manually applied on mm-backend01.prod manually. Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
a8acc66e35
commit
0781a26a73
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
MIRRORLIST_PROXY="{% for host in groups['mirrorlist_proxies'] %} {{ host }} {% endfor %}"
|
||||
|
||||
for s in ${MIRRORLIST_PROXY}; do
|
||||
rsync -az --delete-delay --delay-updates --delete /var/lib/mirrormanager/{*pkl,*txt,*proto} ${s}:/srv/mirrorlist/data/mirrorlist1/
|
||||
rsync -az --delete-delay --delay-updates --delete /usr/share/mirrormanager2/country_continent.csv /var/lib/mirrormanager/{*pkl,*txt,*proto} ${s}:/srv/mirrorlist/data/mirrorlist1/
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue