commit bdc0db80cda690c1b5eb29224804427028112acf Author: Nicolas Vigier boklm@torproject.org Date: Sat Oct 17 13:02:25 2015 +0200
instantbird: add minutes and seconds to MOZ_BUILD_DATE --- projects/instantbird/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/build b/projects/instantbird/build index e5820fa..287f274 100644 --- a/projects/instantbird/build +++ b/projects/instantbird/build @@ -3,7 +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) +export MOZ_BUILD_DATE=$(date -d @[% c('timestamp') %] +%Y%m%d%H%M%S) [% 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