diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-24 09:44:40 -0500 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-24 09:44:40 -0500 |
commit | a0caea27c7b7d836aedda4f951565f41706a6199 (patch) | |
tree | 2b6e527cf6329a784be1720bb36b324ab84d3222 | |
parent | 47adac08044c9fcfe080c9a705644f65b67eb53e (diff) | |
download | jenkins.debian.net-a0caea27c7b7d836aedda4f951565f41706a6199.tar.xz |
reproducible openwrt: temporarily enable debug
-rwxr-xr-x | bin/reproducible_openwrt.sh | 1 |
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 |