mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-10 08:14:09 +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
|
# gzip was chosen for fastest decompression speed: it decompresses
|
||||||
# buildd chroots about twice as fast as xz and about five times as
|
# buildd chroots about twice as fast as xz and about five times as
|
||||||
# fast as bzip2.
|
# 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
|
-czf "$PREFIX.rootfs.tar.gz" binary
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user