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

mikeperry at torproject.org mikeperry at torproject.org
Wed Jun 19 18:25:14 UTC 2013


commit 17cf0e38b0234a3e624430686bf07d9aa515e2dc
Author: Mike Perry <mikeperry-git at 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





More information about the tor-commits mailing list