From 4326760205364faae566f582eb6687f275063005 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 30 Mar 2019 07:29:56 +0100 Subject: [PATCH] opensuse: Fix mirroring source for the tumbleweed emergency update repo For some reason the mirroring setup changed, and the old mirror source no longer worked. Switching it to the standard mirror that is used elsewhere in the mirroring resolves this and cleans up one quirk in this script. Change-Id: I6428eedc6d84c6efeb1bf7d16e37f83850351de0 --- .../openstack_project/files/mirror/opensuse-mirror-update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh index df0297fdf7..5100be8d1a 100644 --- a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh +++ b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh @@ -124,8 +124,7 @@ $K5START rsync -rlptDvz \ --delete-excluded \ --exclude="i586" \ --ignore-errors \ - rsync://rsync.opensuse.org/buildservice-repos-main/openSUSE:/Factory:/Update/standard/ \ - $BASE/$REPO || : + $OBS_MIRROR/openSUSE:/Factory:/Update/standard/ $BASE/$REPO || : date --iso-8601=ns | $K5START tee $BASE/timestamp.txt echo "rsync completed successfully, running vos release."