From 307247cd4a8689653aa9525c6f916bc16eb4cc86 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 16 Oct 2015 23:57:20 +0200 Subject: reproducible arch: only list packages --- bin/reproducible_html_archlinux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 0df32283..4597199a 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -25,9 +25,10 @@ cat > $PAGE <<- EOF Repoducible Archlinux ? +

This is work in progress and brand new…

EOF write_page "" -for PKG in $(cd $ARCHBASE/$PKG/ ; ls * -d1) ; do +for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do write_page " " write_page " " write_page " " -- cgit v1.2.3-70-g09d2
source packagetest date1st build log2nd build logdiffoscope output for binary packages
$PKG$(ls $ARCHBASE/$PKG -dl|cut -d " " -f6-8)