mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Sort buildd tarballs by name and use numeric user and group IDs.
This commit is contained in:
parent
416093beec
commit
07487675b6
@ -467,7 +467,8 @@ elif [ "$SUBPROJECT" = buildd ]; then
|
||||
# gzip was chosen for fastest decompression speed: it decompresses
|
||||
# buildd chroots about twice as fast as xz and about five times as
|
||||
# fast as bzip2.
|
||||
tar --transform 's,^binary,chroot-autobuild,' \
|
||||
tar --transform='s,^binary,chroot-autobuild,' \
|
||||
--sort=name --numeric-owner \
|
||||
-czf "$PREFIX.rootfs.tar.gz" binary
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user