Browse Source

[no ticket] CDH3b3 requires tight umask setting.

Aaron T. Myers 15 years ago
parent
commit
b3ce696635
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/hudson/hudson.sh

+ 3 - 0
tools/hudson/hudson.sh

@@ -18,6 +18,9 @@
 set -e
 set -x
 
+# CDH3b3 requires tight umask setting.
+umask 0022
+
 BINDIR=$(dirname $0)
 HUE_ROOT=$PWD