summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-24 09:44:40 -0500
committerHolger Levsen <holger@layer-acht.org>2015-10-24 09:44:40 -0500
commita0caea27c7b7d836aedda4f951565f41706a6199 (patch)
tree2b6e527cf6329a784be1720bb36b324ab84d3222 /bin/reproducible_openwrt.sh
parent47adac08044c9fcfe080c9a705644f65b67eb53e (diff)
downloadjenkins.debian.net-a0caea27c7b7d836aedda4f951565f41706a6199.tar.xz
reproducible openwrt: temporarily enable debug
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index c42d1525..5cc008c2 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -188,6 +188,7 @@ build_two_times ramips_rt288x_RTN15 "CONFIG_TARGET_ramips=y\nCONFIG_TARGET_ramip
echo "============================================================================="
echo "$(date -u) - Creating Documentation HTML"
echo "============================================================================="
+set -x # FIXME: temporary debug
TOOLCHAIN_HTML=$(mktemp --tmpdir=$TMPDIR)
echo "<table><tr><th>Target toolchains built</th></tr>" > $TOOLCHAIN_HTML
for i in $(ls -1d staging_dir/toolchain*|cut -d "-" -f2-|xargs echo) ; do