diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:53:45 -0600 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:53:45 -0600 |
commit | 586d5475caf6273f010fac2316eba85624e157ed (patch) | |
tree | 9c328fc5aec6b9f60a6f7582e27b616fff435407 | |
parent | c42b6e854eeafe387135b0408c2a1c4a46aa9c79 (diff) | |
download | jenkins.debian.net-586d5475caf6273f010fac2316eba85624e157ed.tar.xz |
Revert "reproducible openwrt: temporarily enable debug"
This reverts commit a0caea27c7b7d836aedda4f951565f41706a6199.
-rwxr-xr-x | bin/reproducible_openwrt.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 5cc008c2..c42d1525 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -188,7 +188,6 @@ 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 |