[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: fix syntax error

Holger Levsen holger at layer-acht.org
Sat Sep 9 11:05:29 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 97bb6c7ac94997603ca01cc3e345f7630cfd44d3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 9 13:05:26 2017 +0200

    chroot-installs: fix syntax error
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 676b4f6..4f0305b 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -258,7 +258,7 @@ if [ "$2" != "" ] ; then
 					;;
 				esac
 				;;
-		education-lang-(da|he|ja|no|zh-tw))	install_packages "Debian Edu task" $2 $2-desktop
+		education-lang-da|education-lang-he|education-lang-ja|education-lang-no|education-lang-zh-tw)	install_packages "Debian Edu task" $2 $2-desktop
 				;;
 		education-lang-*)	install_packages "Debian Edu task" $2
 				;;

-- 
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