commit 6a0a82dd8a9e1d882e780b9a0783e91c1c0d69af Author: Nicolas Vigier boklm@torproject.org Date: Fri Sep 16 17:09:22 2016 +0200
Bug 19528: fix permissions on get-moz-build-date (fixup) --- gitian/descriptors/linux/gitian-firefox.yml | 1 + gitian/descriptors/mac/gitian-firefox.yml | 1 + gitian/descriptors/windows/gitian-firefox.yml | 1 + 3 files changed, 3 insertions(+)
diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml index 79356a9..6f3d3ad 100644 --- a/gitian/descriptors/linux/gitian-firefox.yml +++ b/gitian/descriptors/linux/gitian-firefox.yml @@ -89,6 +89,7 @@ script: |
cd tor-browser # run get-moz-build-date before removing .git, which is used to get the year + chmod +x ~/build/get-moz-build-date eval $(~/build/get-moz-build-date $(cat browser/config/version.txt)) # .git and the src takes up a lot of useless space, and we need the space to build rm -rf .git diff --git a/gitian/descriptors/mac/gitian-firefox.yml b/gitian/descriptors/mac/gitian-firefox.yml index 607a04c..7461031 100644 --- a/gitian/descriptors/mac/gitian-firefox.yml +++ b/gitian/descriptors/mac/gitian-firefox.yml @@ -44,6 +44,7 @@ script: | COPYRIGHT_YEAR=${TB_COMMIT_DATE%%-*} mv .mozconfig-mac .mozconfig # run get-moz-build-date before removing .git, which is used to get the year + chmod +x ~/build/get-moz-build-date eval $(~/build/get-moz-build-date $(cat browser/config/version.txt)) # .git and the src takes up a lot of useless space, and we need the space to build #git archive HEAD | tar -x -C $OUTDIR/src diff --git a/gitian/descriptors/windows/gitian-firefox.yml b/gitian/descriptors/windows/gitian-firefox.yml index cc7fdeb..8b68925 100644 --- a/gitian/descriptors/windows/gitian-firefox.yml +++ b/gitian/descriptors/windows/gitian-firefox.yml @@ -69,6 +69,7 @@ script: | # obscure one. export DLLFLAGS="-specs=/home/ubuntu/build/msvcr100.spec" # run get-moz-build-date before removing .git, which is used to get the year + chmod +x ~/build/get-moz-build-date eval $(~/build/get-moz-build-date $(cat browser/config/version.txt)) # .git and the src takes up a lot of useless space, and we need the space to build #git archive HEAD | tar -x -C $OUTDIR/src