summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-10-12 17:53:22 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-12 18:13:52 +0200
commit8bb746383a6fefc533ee6bd559569b7fc0782d2f (patch)
tree1c7939706afb7a985f26b59279832c8747e83dd2 /bin/reproducible_openwrt_common.sh
parentf09911f8ff6276402e0d13e7a94b95584857ea8d (diff)
downloadjenkins.debian.net-8bb746383a6fefc533ee6bd559569b7fc0782d2f.tar.xz
reproducible/openwrt|lede: disable umask for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_openwrt_common.sh')
-rw-r--r--bin/reproducible_openwrt_common.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 82432824..936a48d4 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -144,7 +144,9 @@ openwrt_apply_variations() {
export LC_ALL="fr_CH.UTF-8"
export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
export CAPTURE_ENVIRONMENT="I capture the environment"
- umask 0002
+ # needs to fix openwrt/lede ;)
+ # umask 0002
+
# use allmost all cores for second build
export NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
export MAKE="linux64 --uname-2.6 make"