add excludes for the arches not in primary koji yet
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
9161baf281
commit
1caf794933
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user