From 5b2d9dcbd8f4ee6812865b728e8b36e1abdf7104 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 02 2021 03:10:25 +0000 Subject: nightly.sh: fix secondary hardlink Signed-off-by: Kevin Fenzi --- diff --git a/nightly.sh b/nightly.sh index 9185ebb..5cac0bf 100755 --- a/nightly.sh +++ b/nightly.sh @@ -177,8 +177,8 @@ $RSYNCPREFIX compose-partial-copy --arch=ppc64le --arch=s390x \ $RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo" $RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID" -# hardlink content (this will hardlink aarch64 with the other arches) -time hardlink -v "$RSYNCTARGET/.." +# hardlink content (this will hardlink ppc64le/s390x) +time hardlink -v "$RSYNCSECTARGET/.." # sync Silverblue to the unified ostree repo # Set the umask to so directories can get group write