From 7113dc86e7642a52d0b6e5a6301ae641e7ecf3fb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 18 Oct 2015 19:17:18 +0200 Subject: 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 45e41096..73660566 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -39,7 +39,7 @@ write_page " " write_page " " - write_page " " + write_page " " for LOG in build1.log build2.log ; do if [ -f $ARCHBASE/$PKG/$LOG ] ; then write_page " " -- cgit v1.2.3-70-g09d2
source packagetest date1st buil for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do write_page "
$PKG$(ls $ARCHBASE/$PKG -dl|cut -d " " -f6-8)$(ls -dl $ARCHBASE/$PKG/build1.log|cut -d " " -f6-8)$LOG