nightly.sh: fix secondary hardlink

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-01 19:10:25 -08:00
parent 86cd5a304c
commit 5b2d9dcbd8

View File

@ -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