Hello Emilio, Am 13.12.19 um 14:06 schrieb Emilio Pozuelo Monfort: > Pushed to branch debian/sid. That should fix this error during the build: > > 0:01.29 ./buildid.h.stub > 0:01.41 Ignoring invalid MOZ_BUILD_DATE: 1575912135 > > And consequently the timestamp in the build id header of the application.ini > file will be that one of the changelog. This also should make that part of the > build reproducible.
cool! Thank you very much! And that's on top also perfect in time as I wanted to start right now to work on 68.3.0 for buster and stretch. But isn't a build for buster or stretch taking the time for SOURCE_DATE_EPOCH from the changelog entry for buster resp. stretch? Than we would need to add some magic to grep the date from the corresponding changelog entry from unstable. That's fragile ... :-( We could use the timestamp from the file ./sourcestamp.txt instead, that's a unique stamp for every new upstream version. > $ head -n1 ./sourcestamp.txt > 20191129091924 -- Regards Carsten