summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 21:05:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 21:05:58 +0200
commit8fb9f0bd3e7fff156a503321d630562baf9af804 (patch)
treea9ecdd0652a9feef5f3390a35e49329924d3b3ae /bin/reproducible_openwrt.sh
parent24886f81f340264862d43f6753b5a7124a9536f9 (diff)
downloadjenkins.debian.net-8fb9f0bd3e7fff156a503321d630562baf9af804.tar.xz
reproducible openwrt: disable debug output
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 a4e91ade..eddfacc8 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -4,7 +4,7 @@
# © 2015 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"