[Qa-jenkins-scm] [jenkins.debian.net] 04/05: reproducible archlinux: correctly display the test dates

Holger Levsen holger at moszumanska.debian.org
Wed Dec 9 10:26:41 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 908dd0b4b6e3478ddd1a2f02c6d3831bd4152245
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 9 11:13:33 2015 +0100

    reproducible archlinux: correctly display the test dates
---
 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 0fd018e..432ae17 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -66,7 +66,7 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
 		done
 	fi
 	write_page "      </td>"
-	write_page "      <td>$(ls -dl $ARCHBASE/$PKG/build1.log|cut -d " " -f6-8)</td>"
+	write_page "      <td>$(LANG=C TZ=UTC ls --full-time $ARCHBASE/$PKG/build1.log | cut -d ' ' -f6 )</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