[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible/openwrt|lede: disable umask for now
Holger Levsen
holger at layer-acht.org
Wed Oct 12 16:13:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 8bb746383a6fefc533ee6bd559569b7fc0782d2f
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Wed Oct 12 17:53:22 2016 +0200
reproducible/openwrt|lede: disable umask for now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_openwrt_common.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 8243282..936a48d 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list