Sync the aarch64 Cloud installer to secondary rather than Alt
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
d6c554ecdd
commit
1218de2001
@ -139,11 +139,11 @@ $RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCTARGET/" --name "$NEWCOMP
|
||||
if [ ! -d "$RSYNCALTTARGET" ]; then
|
||||
mkdir "$RSYNCALTTARGET"
|
||||
fi
|
||||
$RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=x86_64 --arch=aarch64 \
|
||||
$RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=x86_64 \
|
||||
"$DESTDIR" "$RSYNCALTTARGET/" \
|
||||
--variant Cloud --variant Labs \
|
||||
--link-dest="$RSYNCTARGET/Everything/" --exclude=repodata
|
||||
$RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=x86_64 --arch=aarch64 \
|
||||
$RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=x86_64 \
|
||||
"$DESTDIR" "$RSYNCALTTARGET/" \
|
||||
--variant Cloud --variant Labs \
|
||||
--link-dest="$RSYNCTARGET/Everything/" --delete-after
|
||||
@ -171,11 +171,11 @@ $RSYNCPREFIX compose-partial-copy --arch=i386 --arch=ppc64 --arch=ppc64le --arch
|
||||
--link-dest="$RSYNCTARGET/Everything/" --delete-after
|
||||
$RSYNCPREFIX compose-partial-copy --arch=aarch64 \
|
||||
"$DESTDIR" "$RSYNCSECTARGET/" \
|
||||
--variant Atomic --variant Labs --variant Spins --variant Workstation \
|
||||
--variant Atomic --variant Cloud --variant Labs --variant Spins --variant Workstation \
|
||||
--link-dest="$RSYNCTARGET/Everything/" --exclude=repodata
|
||||
$RSYNCPREFIX compose-partial-copy --arch=aarch64 \
|
||||
"$DESTDIR" "$RSYNCSECTARGET/" \
|
||||
--variant Atomic --variant Labs --variant Spins --variant Workstation \
|
||||
--variant Atomic --variant Cloud --variant Labs --variant Spins --variant Workstation \
|
||||
--link-dest="$RSYNCTARGET/Everything/" --delete-after
|
||||
$RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo"
|
||||
$RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID"
|
||||
|
Loading…
Reference in New Issue
Block a user