summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-11-19 01:37:01 +0000
committerHolger Levsen <holger@layer-acht.org>2017-11-19 01:37:01 +0000
commit4ca6d34d9a6894e05647ffb45a5f9d05101b0005 (patch)
treebc2cda36190c33d3385b3afacb464cd263838025
parenteeee5d2dadd283b48e8ee4991d22b5aaee508d39 (diff)
downloadjenkins.debian.net-4ca6d34d9a6894e05647ffb45a5f9d05101b0005.tar.xz
reproducible Arch: increase debug output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_html_archlinux.sh2
1 files changed, 1 insertions, 1 deletions
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