[Pkg-javascript-devel] Bug#834988: twitter-bootstrap3: please make the build reproducible

Antonio Terceiro terceiro at debian.org
Tue Oct 25 13:06:21 UTC 2016


On Tue, Oct 25, 2016 at 12:33:23PM +0100, Chris Lamb wrote:
> 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. :)

right. I pushed an update, but won't upload just for that. thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20161025/e5bfa9fb/attachment.sig>


More information about the Pkg-javascript-devel mailing list