Adding pruning of repodata to epel8-playground compose sync

Fixes: https://pagure.io/releng/issue/9586

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-07-13 09:05:38 -04:00
parent 012ddf1433
commit 377cbf7c2a

View File

@ -60,7 +60,11 @@ if [ ! -d "$RSYNCTARGET" ]; then
fi
$RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=ppc64le --arch=s390x --arch=x86_64 --arch src \
"$DESTDIR" "$RSYNCTARGET/" \
--variant Everything
--variant Everything --exclude=repodata
$RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=ppc64le --arch=s390x --arch=x86_64 --arch src \
"$DESTDIR" "$RSYNCTARGET/" \
--variant Everything --delete-after
send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete