diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:29:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:29:39 +0100 |
commit | 7f06f6480b47e251d4f9009d2b2729df1017e274 (patch) | |
tree | 3aa23d924c5154239e4d4bce2c6119c8fea2c001 /bin | |
parent | 2300746bf5ef004ab67c819e0d5ff994237d0f56 (diff) | |
download | jenkins.debian.net-7f06f6480b47e251d4f9009d2b2729df1017e274.tar.xz |
be more verbose
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index d2684ad4..d6a808b2 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -87,7 +87,8 @@ IGNORE="build debian doc README scripts build-stamp doc-base-stamp po" for DIRECTORY in * ; do # Some languages are unsupported case $DIRECTORY in - eu) continue ;; + eu) echo "The manual for the language $DIRECTORY has been disabled." + continue ;; esac for i in $IGNORE ; do if [ "$DIRECTORY" == "$i" ] ; then |