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:
parent
432a253cc6
commit
4326760205
@ -124,8 +124,7 @@ $K5START rsync -rlptDvz \
|
|||||||
--delete-excluded \
|
--delete-excluded \
|
||||||
--exclude="i586" \
|
--exclude="i586" \
|
||||||
--ignore-errors \
|
--ignore-errors \
|
||||||
rsync://rsync.opensuse.org/buildservice-repos-main/openSUSE:/Factory:/Update/standard/ \
|
$OBS_MIRROR/openSUSE:/Factory:/Update/standard/ $BASE/$REPO || :
|
||||||
$BASE/$REPO || :
|
|
||||||
|
|
||||||
date --iso-8601=ns | $K5START tee $BASE/timestamp.txt
|
date --iso-8601=ns | $K5START tee $BASE/timestamp.txt
|
||||||
echo "rsync completed successfully, running vos release."
|
echo "rsync completed successfully, running vos release."
|
||||||
|
Loading…
Reference in New Issue
Block a user