add excludes for the arches not in primary koji yet

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-09-14 08:15:15 -05:00
parent 9161baf281
commit 1caf794933

View File

@ -115,9 +115,11 @@ $RSYNCPREFIX ./releng/scripts/build_composeinfo /pub/alt/development/$DIST/ --na
# Sync the content to /pub/fedora-secondary
$RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 \
"$TARGET_DIR/$NEWCOMPOSE_ID" /pub/fedora-secondary/development/$DIST/ \
--exclude=s390x --exclude=ppc64 --exclude=ppc64le \
--link-dest=/pub/fedora/linux/development/$DIST/Everything/ --exclude=repodata
$RSYNCPREFIX compose-partial-copy --arch=aarch64 --arch=i386 \
"$TARGET_DIR/$NEWCOMPOSE_ID" /pub/fedora-secondary/development/$DIST/ \
--exclude=s390x --exclude=ppc64 --exclude=ppc64le \
--link-dest=/pub/fedora/linux/development/$DIST/Everything/ --delete-after
$RSYNCPREFIX rm /pub/alt/development/$DIST/.composeinfo
$RSYNCPREFIX ./releng/scripts/build_composeinfo /pub/alt/development/$DIST/ --name "$NEWCOMPOSE_ID"