[tor-browser-bundle/master] Set a umask during input fetch, so langpacks and mingw inputs match.

19 Jun
2013
19 Jun
'13
6:25 p.m.
commit 17cf0e38b0234a3e624430686bf07d9aa515e2dc Author: Mike Perry <mikeperry-git@torproject.org> Date: Tue Jun 18 13:31:28 2013 -0700 Set a umask during input fetch, so langpacks and mingw inputs match. --- gitian/fetch-inputs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh index 13230b1..a11d2cb 100755 --- a/gitian/fetch-inputs.sh +++ b/gitian/fetch-inputs.sh @@ -5,6 +5,8 @@ . ./versions +umask 0022 + export WRAPPER_DIR=$PWD if [ -n $1 ]; then
4404
Age (days ago)
4404
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org