diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-19 01:37:01 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-19 01:37:01 +0000 |
commit | 4ca6d34d9a6894e05647ffb45a5f9d05101b0005 (patch) | |
tree | bc2cda36190c33d3385b3afacb464cd263838025 | |
parent | eeee5d2dadd283b48e8ee4991d22b5aaee508d39 (diff) | |
download | jenkins.debian.net-4ca6d34d9a6894e05647ffb45a5f9d05101b0005.tar.xz |
reproducible Arch: increase debug output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 2 |
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 |