Merge "Be permissive with tumbleweed mirroring for now"

This commit is contained in:
Zuul 2019-03-28 15:59:48 +00:00 committed by Gerrit Code Review
commit 2af483a167

View File

@ -102,11 +102,13 @@ fi
date --iso-8601=ns
echo "Running rsync distribution $REPO ..."
# TW is large and can have failures, be more resilient
$K5START rsync -rlptDvz \
--delete --stats \
--delete-excluded \
--exclude="i586" \
$MIRROR/$REPO/repo/oss/ $BASE/$REPO/repo/oss/
--ignore-errors \
$MIRROR/$REPO/repo/oss/ $BASE/$REPO/repo/oss/ || :
REPO=update/tumbleweed
if ! [ -f $BASE/$REPO ]; then
@ -120,6 +122,7 @@ $K5START rsync -rlptDvz \
--delete --stats \
--delete-excluded \
--exclude="i586" \
--ignore-errors \
rsync://rsync.opensuse.org/buildservice-repos-main/openSUSE:/Factory:/Update/standard/ \
$BASE/$REPO || :