summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-06 02:00:28 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-06 02:00:28 +0100
commitcc5aabcddb9afed0da20f02d78f208fce8a13da9 (patch)
tree41ad2cca447e476b1afb5a1653d81942e5306e32 /bin/reproducible_openwrt.sh
parentab22ea9ceb586e8150ef3f259c27bfd5335f36b2 (diff)
downloadjenkins.debian.net-cc5aabcddb9afed0da20f02d78f208fce8a13da9.tar.xz
reproducible openwrt: set -x
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 2b6b22c9..cea01ee8 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -6,7 +6,7 @@
OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git
OPENWRT_GIT_BRANCH=master
-DEBUG=false
+DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"