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
This commit is contained in:
Dirk Mueller 2019-03-30 07:29:56 +01:00
parent 432a253cc6
commit 4326760205

View File

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