Merge "opensuse: Fix mirroring source for the tumbleweed emergency update repo"

This commit is contained in:
Zuul 2019-04-11 17:34:07 +00:00 committed by Gerrit Code Review
commit 338a9ac3bb
1 changed files with 1 additions and 2 deletions

View File

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