[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup! d-i: pass non_{po, pdf}_langs as params to aid checking manuals

Holger Levsen holger at layer-acht.org
Wed Jan 25 11:02:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 50620a3f952a9b2273f3d7a60d7241b4955fff6e
Author: Philip Hands <phil at hands.com>
Date:   Wed Jan 25 12:00:28 2017 +0100

    fixup! d-i: pass non_{po,pdf}_langs as params to aid checking manuals
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/d-i_check_jobs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh
index 90978b9..9400a02 100755
--- a/bin/d-i_check_jobs.sh
+++ b/bin/d-i_check_jobs.sh
@@ -146,7 +146,7 @@ for DIRECTORY in * ; do
 			# Some languages are unsupported in PDF
 			if [ $FORMAT = pdf ] && 
 			   expr match ${NON_PDF_LANGS} ".*\b${$DIRECTORY}\b" >/dev/null ; then
-				continue ;;
+				continue
 			fi
 			# we add a _po2xml suffix for all but the NON_PO_LANGS
 			if ! expr match ${NON_PO_LANGS} ".*\b${$DIRECTORY}\b" >/dev/null ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list