Hi Andreas, sorry that you didn't get a reply on this mail earlier…
On Samstag, 17. Oktober 2015, Andreas Beckmann wrote: > https://wiki.debian.org/ReproducibleBuilds/FileOrderInTarballs > > suggests > > find|sort | tar --null -T - --no-recursion -cf archive.tar > > but the --no-recursion is applied at the wrong place - it must come > before the file list. > > This was "fixed" in tar 1.28 (in stretch/sid): > 2014-01-10 Sergey Poznyakoff <[email protected]> > > Fix the use of --no-recursion and --recursion options. > > Each option remains in effect until cancelled by the next > ocurrence > of its counterpart, as stated in the documentation. > > so that recipe should probably be > > find|sort | tar --no-recursion --null -T - -cf archive.tar > > > Now let me find all packages where I applied this ... > > http://codesearch.debian.net/results/--no-recursion%20path%3Adebian%2Frules > /page_0 > > Hmm, not that helpful ... it seems you updated https://wiki.debian.org/ReproducibleBuilds/FileOrderInTarballs in the mean time, so AIUI the issue is now properly documented and all left to do here is to say "thanks for your work"! Is that correct? :-) cheers, Holger
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
