Merge "Remove isos and other images from rpm mirroring"

This commit is contained in:
Zuul
2022-04-21 01:38:08 +00:00
committed by Gerrit Code Review
4 changed files with 11 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ $K5START ${RSYNC} \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="isos" \ --exclude="isos" \
--exclude="images/" \
--exclude="isolinux/" \
--exclude="ppc64le*" \ --exclude="ppc64le*" \
--exclude=".*" \ --exclude=".*" \
$MIRROR $BASE/8-stream $MIRROR $BASE/8-stream
@@ -88,6 +90,8 @@ for REPO in $REPOS; do
--exclude="experimental" \ --exclude="experimental" \
--exclude="fasttrack" \ --exclude="fasttrack" \
--exclude="isos" \ --exclude="isos" \
--exclude="images/" \
--exclude="isolinux/" \
--exclude="paas" \ --exclude="paas" \
--exclude="*/drpms" \ --exclude="*/drpms" \
$EXTRA_OPTS \ $EXTRA_OPTS \

View File

@@ -50,6 +50,8 @@ $K5START ${RSYNC} \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="iso" \ --exclude="iso" \
--exclude="images/" \
--exclude="isolinux/" \
--exclude="debug" \ --exclude="debug" \
--exclude="s390x" \ --exclude="s390x" \
--exclude="source" \ --exclude="source" \

View File

@@ -48,6 +48,9 @@ for REPO in releases/35 development/rawhide; do
$K5START rsync -rltvz \ $K5START rsync -rltvz \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="iso/" \
--exclude="images/" \
--exclude="isolinux/" \
--exclude="Cloud/x86_64/images/*.box" \ --exclude="Cloud/x86_64/images/*.box" \
--exclude="CloudImages/x86_64/images/*.box" \ --exclude="CloudImages/x86_64/images/*.box" \
--exclude="Container" \ --exclude="Container" \

View File

@@ -47,6 +47,8 @@ for REPO in $REPOS; do
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="ISO/" \ --exclude="ISO/" \
--exclude="images/" \
--exclude="isolinux/" \
--exclude="debuginfo/" \ --exclude="debuginfo/" \
--exclude="docker_img/" \ --exclude="docker_img/" \
--exclude="raspi_img" \ --exclude="raspi_img" \