Merge "Cleanup OpenSUSE mirroring"

This commit is contained in:
Zuul
2022-04-21 01:36:25 +00:00
committed by Gerrit Code Review

View File

@@ -58,6 +58,7 @@ for DISTVER in 15.2 ; do
--delete --stats \ --delete --stats \
--delete-excluded \ --delete-excluded \
--exclude="iso" \ --exclude="iso" \
--exclude="non-oss/" \
--exclude=".~tmp~" \ --exclude=".~tmp~" \
$MIRROR/$REPO/ $BASE/$REPO/ $MIRROR/$REPO/ $BASE/$REPO/
@@ -73,6 +74,9 @@ for DISTVER in 15.2 ; do
--delete-excluded \ --delete-excluded \
--exclude="src/" \ --exclude="src/" \
--exclude="nosrc/" \ --exclude="nosrc/" \
--exclude="non-oss/" \
--exclude="non-oss_debug/" \
--exclude="oss_debug/" \
--exclude=".~tmp~" \ --exclude=".~tmp~" \
$MIRROR/$REPO/ $BASE/$REPO/ $MIRROR/$REPO/ $BASE/$REPO/
done done