[Pkg-javascript-devel] Bug#834988: twitter-bootstrap3: please make	the build reproducible
    Chris Lamb 
    lamby at debian.org
       
    Tue Oct 25 11:33:23 UTC 2016
    
    
  
Hi Antonio,
Thanks for the explanation. Looking at the patch quickly:
  year := $(shell date -d @$(SOURCE_DATE_EPOCH) +%Y)
This should actually be:
  year := $(shell date -u -d @$(SOURCE_DATE_EPOCH) +%Y)
… otherwise it will not be reproducible "on" New Years Eve or New Year's Day
due to timezones. :)
Regards,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
    
    
More information about the Pkg-javascript-devel
mailing list