Merge "Remove unneeded arches from opensuse updates mirror"

This commit is contained in:
Zuul 2022-04-21 15:45:26 +00:00 committed by Gerrit Code Review
commit 6c2c1f44a1

View File

@ -77,6 +77,11 @@ for DISTVER in 15.2 ; do
--exclude="non-oss/" \
--exclude="non-oss_debug/" \
--exclude="oss_debug/" \
--exclude="aarch64/" \
--exclude="i586/" \
--exclude="i686/" \
--exclude="ppc64le/" \
--exclude="s390x/" \
--exclude=".~tmp~" \
$MIRROR/$REPO/ $BASE/$REPO/
done