Generate tar file with --xattrs.

ubuntu/cosmic
Colin Watson 6 years ago
parent 1e6563aa79
commit c4c5c1f349

@ -499,7 +499,7 @@ elif [ "$SUBPROJECT" = buildd ]; then
# 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 \ --sort=name --numeric-owner --xattrs \
-czf "$PREFIX.rootfs.tar.gz" binary -czf "$PREFIX.rootfs.tar.gz" binary
fi fi

Loading…
Cancel
Save