Skip occassional issues with mirroring openSUSE:Factory:Update

Thats a minor repo, and normally entirely empty. We should
be able to ignore syncing issues and still release the rest
of the AFS store successfully.

Change-Id: I96516cb8fef6ea1bdd0cf53799202e365b46142c
This commit is contained in:
Dirk Mueller 2018-09-06 09:44:42 +02:00
parent e0af0eb376
commit 447baf2c60

View File

@ -88,11 +88,12 @@ fi
date --iso-8601=ns
echo "Running rsync distribution $REPO ..."
$K5START rsync -rlptDvz \
--timeout=600 \
--delete --stats \
--delete-excluded \
--exclude="i586" \
rsync://rsync.opensuse.org/buildservice-repos-main/openSUSE:/Factory:/Update/standard/ \
$BASE/$REPO
$BASE/$REPO || :
date --iso-8601=ns | $K5START tee $BASE/timestamp.txt
echo "rsync completed successfully, running vos release."