summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-03 16:29:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-03 16:29:39 +0100
commit7f06f6480b47e251d4f9009d2b2729df1017e274 (patch)
tree3aa23d924c5154239e4d4bce2c6119c8fea2c001 /bin/d-i_check_jobs.sh
parent2300746bf5ef004ab67c819e0d5ff994237d0f56 (diff)
downloadjenkins.debian.net-7f06f6480b47e251d4f9009d2b2729df1017e274.tar.xz
be more verbose
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh3
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