[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: move tree call up - not sure if we should keep it, but where it was, it was confusing

Holger Levsen holger at moszumanska.debian.org
Tue Jun 16 23:43:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit cac3dedcc2f8a50dae6c7b5d4688ac0d7e457484
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 17 01:42:39 2015 +0200

    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 8ad4390..f874558 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list