Skip to content

Commit f19448d

Browse files
committed
use link-dest to speed up kickstart dir creation
1 parent 8642a7c commit f19448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/minor-release-sync-to-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ for ARCH in "${ARCHES[@]}"; do
104104
SOURCE="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/os"
105105
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/kickstart"
106106
echo "Making golden kickstart directory"
107-
rsync -vrlptDSH --chown=10004:10005 --progress --human-readable "${SOURCE}/" "${TARGET}"
107+
rsync -vrlptDSH --chown=10004:10005 --progress --human-readable --link-dest="${SOURCE}" "${SOURCE}/" "${TARGET}"
108108
done
109109
done
110110

0 commit comments

Comments
 (0)