[tor-commits] [tor-messenger-build/master] instantbird: set MOZ_BUILD_DATE based on commit date

boklm at torproject.org boklm at torproject.org
Fri Oct 16 17:25:26 UTC 2015


commit 750686ef16a6688cac791c819d30303f21abc496
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Oct 16 17:06:04 2015 +0200

    instantbird: set MOZ_BUILD_DATE based on commit date
---
 projects/instantbird/build |    1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/instantbird/build b/projects/instantbird/build
index a422cce..1f79af7 100644
--- a/projects/instantbird/build
+++ b/projects/instantbird/build
@@ -3,6 +3,7 @@ set -e
 rootdir=$(pwd)
 export SHELL=/bin/sh
 export HOME=$rootdir
+export MOZ_BUILD_DATE=$(date -d @[% c('timestamp') %] +%Y%m%d%H)
 [% 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