[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: use logfile as indicator of build age
Holger Levsen
holger at moszumanska.debian.org
Sun Oct 18 17:18:11 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 7113dc86e7642a52d0b6e5a6301ae641e7ecf3fb
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 18 19:17:18 2015 +0200
reproducible arch: use logfile as indicator of build age
---
bin/reproducible_html_archlinux.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 45e4109..7366056 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -39,7 +39,7 @@ write_page " <table><tr><th>source package</th><th>test date</th><th>1st buil
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>"
+ write_page " <td>$(ls -dl $ARCHBASE/$PKG/build1.log|cut -d " " -f6-8)</td>"
for LOG in build1.log build2.log ; do
if [ -f $ARCHBASE/$PKG/$LOG ] ; then
write_page " <td><a href=\"/archlinux/$PKG/$LOG\">$LOG</a></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