summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 01:42:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 01:42:39 +0200
commitcac3dedcc2f8a50dae6c7b5d4688ac0d7e457484 (patch)
treebab7945c7d5a049291db179771a7628d01095312 /bin/reproducible_openwrt.sh
parent109ebc6ba352712017b026fea557299007384e31 (diff)
downloadjenkins.debian.net-cac3dedcc2f8a50dae6c7b5d4688ac0d7e457484.tar.xz
reproducible openwrt: move tree call up - not sure if we should keep it, but where it was, it was confusing
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 8ad43903..f874558d 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -257,6 +257,7 @@ GOOD_IMAGES=0
ALL_IMAGES=0
create_results_dirs
cd $TMPDIR/b1
+tree .
for i in * ; do
cd $i
echo " <table><tr><th>Images for <code>$i</code></th></tr>" >> $DBD_HTML
@@ -285,7 +286,6 @@ GOOD_PACKAGES=0
ALL_PACKAGES=0
create_results_dirs
cd $TMPDIR/b1
-tree .
for i in * ; do
cd $i
echo " <table><tr><th>Packages for <code>$i</code></th></tr>" >> $DBD_HTML