Re: Bug#805321: debian-installer: builds unreproducible netboot images

2016-01-10 Thread Cyril Brulebois
Hi, Steven Chamberlain (2016-01-11): > Please could you or I: > git cherry-pick ff722581b71778707551433e0b302e4c3a341619 > into master, as-is? > > As described by: > https://anonscm.debian.org/cgit/d-i/debian-installer.git/commit/?id=ff722581b71778707551433e0b302e4c3a341619 > this is needed for

Re: Bug#805321: debian-installer: builds unreproducible netboot images

2016-01-10 Thread Steven Chamberlain
Hi KiBi, Please could you or I: git cherry-pick ff722581b71778707551433e0b302e4c3a341619 into master, as-is? As described by: https://anonscm.debian.org/cgit/d-i/debian-installer.git/commit/?id=ff722581b71778707551433e0b302e4c3a341619 this is needed for kfreebsd netboot images to be reproducible.

Bug#805321: [Reproducible-builds] Bug#805321: Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-28 Thread Mattia Rizzolo
On Sat, Nov 28, 2015 at 12:08:44AM +, Steven Chamberlain wrote: > > FWIW, I'm not exactly entirely convinced by the exporting of the > > SOURCE_DATE_EPOCH variable from debian/rules; all other variables have > > been passed without exporting so I'm wondering if we shouldn't adapt > > this to be

Bug#805321: [Reproducible-builds] Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-27 Thread Steven Chamberlain
Hi, Cyril Brulebois wrote: > I've cherry-picked 3 patches from there onto master locally and I'm > currently running diffoscope to see how that goes (and it's taking > ages…): I'm guessing the initrd would differ if the Linux tool to generate it stores timestamps. If its compressed size varies m

Bug#805321: [Reproducible-builds] Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-25 Thread Cyril Brulebois
Cyril Brulebois (2015-11-26): > I've cherry-picked 3 patches from there onto master locally and I'm > currently running diffoscope to see how that goes (and it's taking > ages…): > c182491b05fec16497f2bf1290cac16773d175f9 > 5d59fd1813e794d0821c00757dd56fd9ca25ed16 > d126622567cfbe10d7f8a207a

Bug#805321: [Reproducible-builds] Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-25 Thread Cyril Brulebois
Hi, Steven Chamberlain (2015-11-22): > I rewrote the patches according to KiBi's feedback and they are > now uploaded to our jessie-kfreebsd suite, and this Git branch: > https://anonscm.debian.org/cgit/d-i/debian-installer.git/log/?h=jessie-kfreebsd I've cherry-picked 3 patches from there onto

Bug#805321: [Reproducible-builds] Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-22 Thread Steven Chamberlain
Hi, I rewrote the patches according to KiBi's feedback and they are now uploaded to our jessie-kfreebsd suite, and this Git branch: https://anonscm.debian.org/cgit/d-i/debian-installer.git/log/?h=jessie-kfreebsd In my own testing on ZFS, file ordering was still an issue for the makefs tool that b

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Cyril Brulebois
(Trimming a lot because running out of time.) Steven Chamberlain (2015-11-17): > Seems reasonable to factor out and put it here. If we don't, someone > may add a new $GZIP call later, forget -n and make it unreproducible > again. > > Although it is a macro here, GZIP is also the name of an envi

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Steven Chamberlain
Hi KiBi, Many thanks for reviewing this. Cyril Brulebois wrote: > Please make sure not to depend on features which are not found in stable > (I'm not entirely sure about oldstable at this point), which might hinder > our ability to cherry-pick bits and pieces from master to jessie. I think I cou

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Cyril Brulebois
Hi, Steven Chamberlain (2015-11-17): > Attached is my jessie-kfreebsd implementation. As I said, it should be > much cleaner to implement this in sid with newer GNU tar. > > Regards, > -- > Steven Chamberlain > ste...@pyro.eu.org > diff --git a/build/Makefile b/build/Makefile > index ec5a084.

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Cyril Brulebois
(Keeping everyone initially x-d-cc'd in the loop.) Hi, Steven Chamberlain (2015-11-16): > Package: debian-installer > Version: 20150422 > Severity: wishlist > Tags: patch Where's the patch? :p > The debian-installer package build produces netboot.tar.gz and > the mini.iso netboot install media

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Steven Chamberlain
Attached is my jessie-kfreebsd implementation. As I said, it should be much cleaner to implement this in sid with newer GNU tar. Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/build/Makefile b/build/Makefile index ec5a084..6261a4d 100644 --- a/build/Makefile +++ b/build/Makefile

Bug#805321: debian-installer: builds unreproducible netboot images

2015-11-16 Thread Steven Chamberlain
Package: debian-installer Version: 20150422 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertag: timestamps fileordering infrastructure X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org X-Debbugs-Cc: debian-...@lists.debian.org Hi! The debian-installer