diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-06 02:00:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-06 02:00:28 +0100 |
commit | cc5aabcddb9afed0da20f02d78f208fce8a13da9 (patch) | |
tree | 41ad2cca447e476b1afb5a1653d81942e5306e32 | |
parent | ab22ea9ceb586e8150ef3f259c27bfd5335f36b2 (diff) | |
download | jenkins.debian.net-cc5aabcddb9afed0da20f02d78f208fce8a13da9.tar.xz |
reproducible openwrt: set -x
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
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 "$@" |