From f856d3557ca25a00d39d62436123ac29357b2dae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Dec 2015 14:59:37 +0100 Subject: reproducible archlinux: don't show packages which are just building for the first time --- bin/reproducible_html_archlinux.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_html_archlinux.sh') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index c42b9972..4223efda 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -40,6 +40,11 @@ write_explaination_table 'Arch Linux' write_page " " for REPOSITORY in $ARCHLINUX_REPOS ; do for PKG in $(find $ARCHBASE/$REPOSITORY/* -maxdepth 1 -type d -exec basename {} \;) ; do + if [ -z "$(cd $ARCHBASE/$REPOSITORY/$PKG/ ; ls)" ] ; then + # directory exists but is empty: package is building… + echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building right now…" + continue + fi write_page " " write_page " " write_page " " -- cgit v1.2.3-54-g00ecf
repositorysource packagetest resulttest date1st build log2nd build log
$REPOSITORY$PKG