From 377cbf7c2a4c66999a022af2d5014197911c2de8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 13 Jul 2020 09:05:38 -0400 Subject: [PATCH] Adding pruning of repodata to epel8-playground compose sync Fixes: https://pagure.io/releng/issue/9586 Signed-off-by: Mohan Boddu --- epel8-playground-nightly.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/epel8-playground-nightly.sh b/epel8-playground-nightly.sh index 4517383..9ab014f 100755 --- a/epel8-playground-nightly.sh +++ b/epel8-playground-nightly.sh @@ -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