[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: dont try to install education-lang-$XX-desktop-kde packages anymore and do install education-lang-$XX-desktop packages for more languages
Holger Levsen
holger at layer-acht.org
Sat Sep 9 10:37: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 8fa19d17a929f2eef84008e339eb57dc6378c81d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 9 12:37:22 2017 +0200
chroot-installs: dont try to install education-lang-$XX-desktop-kde packages anymore and do install education-lang-$XX-desktop packages for more languages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 62f401b..676b4f6 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -258,9 +258,9 @@ if [ "$2" != "" ] ; then
;;
esac
;;
- education-lang-se) install_packages "Debian Edu task" $2
+ education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop
;;
- education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde
+ education-lang-*) install_packages "Debian Edu task" $2
;;
education*) 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