From cac3dedcc2f8a50dae6c7b5d4688ac0d7e457484 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 17 Jun 2015 01:42:39 +0200 Subject: reproducible openwrt: move tree call up - not sure if we should keep it, but where it was, it was confusing --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " " >> $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 "
Images for $i
" >> $DBD_HTML -- cgit v1.2.3-70-g09d2
Packages for $i