From 908dd0b4b6e3478ddd1a2f02c6d3831bd4152245 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Dec 2015 11:13:33 +0100 Subject: reproducible archlinux: correctly display the test dates --- bin/reproducible_html_archlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 0fd018ee..432ae173 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 " " - write_page " $(ls -dl $ARCHBASE/$PKG/build1.log|cut -d " " -f6-8)" + write_page " $(LANG=C TZ=UTC ls --full-time $ARCHBASE/$PKG/build1.log | cut -d ' ' -f6 )" for LOG in build1.log build2.log ; do if [ -f $ARCHBASE/$PKG/$LOG ] ; then write_page " $LOG" -- cgit v1.2.3-54-g00ecf