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:
parent
012ddf1433
commit
377cbf7c2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user