nightly.sh: fix secondary hardlink
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
86cd5a304c
commit
5b2d9dcbd8
@ -177,8 +177,8 @@ $RSYNCPREFIX compose-partial-copy --arch=ppc64le --arch=s390x \
|
|||||||
$RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo"
|
$RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo"
|
||||||
$RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID"
|
$RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID"
|
||||||
|
|
||||||
# hardlink content (this will hardlink aarch64 with the other arches)
|
# hardlink content (this will hardlink ppc64le/s390x)
|
||||||
time hardlink -v "$RSYNCTARGET/.."
|
time hardlink -v "$RSYNCSECTARGET/.."
|
||||||
|
|
||||||
# sync Silverblue to the unified ostree repo
|
# sync Silverblue to the unified ostree repo
|
||||||
# Set the umask to so directories can get group write
|
# Set the umask to so directories can get group write
|
||||||
|
Loading…
Reference in New Issue
Block a user