Chris Lamb, le Tue 24 Feb 2015 20:23:27 +0000, a écrit : > - tar czf initrd.tgz initrd > + find initrd -not -type d -print0 | \ > + LC_ALL="C" sort --zero-terminated | \ > + GZIP="-9n" tar --create --gzip --null --files-from=- \ > + --file=initrd.tgz --mtime="$(BUILD_DATE)" \ > + --owner=root --group=root --numeric-owner
Mmm, could we perhaps stuff this into some common helper? I guess it's quite common for packagers to build a tarball, it'd be useful to provide a tool which does that in a reproducible way, instead of duplicating the magic code in various packages. Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org