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:
Adrian Reber 2019-10-22 08:37:22 +02:00 committed by Pierre-Yves Chibon
parent a8acc66e35
commit 0781a26a73

View file

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