From 4ca6d34d9a6894e05647ffb45a5f9d05101b0005 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Nov 2017 01:37:01 +0000 Subject: reproducible Arch: increase debug output Signed-off-by: Holger Levsen --- 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 f0162768..20a8bbef 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -48,7 +48,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do ARCHLINUX_PKG_PATH=$ARCHBASE/$REPOSITORY/$PKG if [ -z "$(cd $ARCHLINUX_PKG_PATH ; ls)" ] ; then # directory exists but is empty: package is building… - echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building right now…" + echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building in $ARCHLINUX_PKG_PATH right now…" continue fi let TESTED+=1 -- cgit v1.2.3-54-g00ecf