diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:25:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:25:28 +0100 |
commit | 2300746bf5ef004ab67c819e0d5ff994237d0f56 (patch) | |
tree | d507879a7531c6b376f33299f20442eb91db3867 | |
parent | 604293783ae0d037777005807853e3c11586be58 (diff) | |
download | jenkins.debian.net-2300746bf5ef004ab67c819e0d5ff994237d0f56.tar.xz |
the basque manual has been dropped so don't suggest to create those jobs
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 0814a144..d2684ad4 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -85,6 +85,10 @@ echo cd ~jenkins/jobs/d-i_manual/workspace/manual 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 ;; + esac for i in $IGNORE ; do if [ "$DIRECTORY" == "$i" ] ; then DIRECTORY="" |