From 0781a26a73b212090e73f36440bef33be72551e5 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 22 Oct 2019 08:37:22 +0200 Subject: [PATCH] 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 --- .../mirrormanager/backend/templates/sync_pkl_to_mirrorlists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/backend/templates/sync_pkl_to_mirrorlists.sh b/roles/mirrormanager/backend/templates/sync_pkl_to_mirrorlists.sh index 8428695d29..ee98d7491b 100644 --- a/roles/mirrormanager/backend/templates/sync_pkl_to_mirrorlists.sh +++ b/roles/mirrormanager/backend/templates/sync_pkl_to_mirrorlists.sh @@ -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