[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: only list packages

Holger Levsen holger at moszumanska.debian.org
Fri Oct 16 21:58:09 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 307247cd4a8689653aa9525c6f916bc16eb4cc86
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 16 23:57:20 2015 +0200

    reproducible arch: only list packages
---
 bin/reproducible_html_archlinux.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 0df3228..4597199 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -25,9 +25,10 @@ cat > $PAGE <<- EOF
     <title>Repoducible Archlinux ?</title>
   </head>
   <body>
+  <p>This is work in progress and brand new…</p>
 EOF
 write_page "<table><tr><th>source package</th><th>test date</th><th>1st build log</th><th>2nd build log</th><th>diffoscope output for binary packages</th></tr>"
-for PKG in $(cd $ARCHBASE/$PKG/ ; ls * -d1) ; do
+for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
 	write_page " <tr>"
 	write_page "  <td>$PKG</td>"
 	write_page "  <td>$(ls $ARCHBASE/$PKG -dl|cut -d " " -f6-8)</td>"

-- 
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