From 140c4a51795a77632f144373261b0e68c54a3d24 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 11 2024 19:39:20 +0000 Subject: Link also the secondary areas so we hardlink ppc64le and s390x Signed-off-by: Kevin Fenzi --- diff --git a/release-candidate.sh b/release-candidate.sh index 4512708..fb5e261 100755 --- a/release-candidate.sh +++ b/release-candidate.sh @@ -185,6 +185,7 @@ ARTIFACTS="Everything Cloud Container Kinoite Labs Server Silverblue Spins \ for dir in ${ARTIFACTS}; do ${CMD_PREFIX} ${RSYNC_PREFIX} rsync -avhH ${TARGET_DIR}/${COMPOSE_ID_2}/compose/$dir/ \ ${RSYNC_TARGET}/$dir/ --link-dest=/pub/fedora/linux/development/${FEDORA_VERSION}/Everything/ \ +--link-dest=/pub/fedora-secondary/development/${FEDORA_VERSION}/Everything/ \ --link-dest=${RSYNC_TARGET}/Everything done echo ""