summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-08 17:09:05 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-08 17:09:05 +0100
commit211e3c8002098d3548985efb55910287274340e8 (patch)
tree3c3b0114a287bc0393c521b1919ce2dfb08f11ff /bin/reproducible_openwrt.sh
parent90da7455c6268f76ba282b2a7123f215402c0f9a (diff)
downloadjenkins.debian.net-211e3c8002098d3548985efb55910287274340e8.tar.xz
reproducible openwrt: enable debug
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 284ba44c..422c4c13 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -6,7 +6,7 @@
OPENWRT_GIT_REPO=https://github.com/lynxis/openwrt
OPENWRT_GIT_BRANCH=reproducible
-DEBUG=false
+DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"