[tor-commits] [tor-messenger-build/master] instantbird: set SOURCE_DATE_EPOCH

boklm at torproject.org boklm at torproject.org
Sat Oct 17 14:22:50 UTC 2015


commit 2ba334005f7ba0b1dab21009aa20f158ab1c8c64
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sat Oct 17 16:10:54 2015 +0200

    instantbird: set SOURCE_DATE_EPOCH
---
 projects/instantbird/build |    1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/instantbird/build b/projects/instantbird/build
index 287f274..3bd8af9 100644
--- a/projects/instantbird/build
+++ b/projects/instantbird/build
@@ -4,6 +4,7 @@ rootdir=$(pwd)
 export SHELL=/bin/sh
 export HOME=$rootdir
 export MOZ_BUILD_DATE=$(date -d @[% c('timestamp') %] +%Y%m%d%H%M%S)
+export SOURCE_DATE_EPOCH=[% c('timestamp') %]
 [% IF c('var/osx') -%]
 [% pc('gcc', 'var/setup', { compiler_tarfile => c('input_files_by_name/gcchost') }) %]
 ln -s /var/tmp/dist/gcc/bin/gcc /var/tmp/dist/gcc/bin/cc





More information about the tor-commits mailing list