Merge "Cleanup OpenSUSE mirroring"

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

View File

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