[Qa-jenkins-scm] [jenkins.debian.net] 01/01: g-i: add support for Debian Edu mate desktop
Holger Levsen
holger at layer-acht.org
Mon Jun 13 16:43:49 UTC 2016
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 b4684230e2e3417abb5c0244e780de25d198f836
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 13 18:43:20 2016 +0200
g-i: add support for Debian Edu mate desktop
---
bin/g-i-installation.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index aba0a95..01f5114 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2012-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2012-2016 Holger Levsen <holger at layer-acht.org>
# released under the GPLv=2
DEBUG=false
@@ -280,6 +280,10 @@ bootstrap_system() {
EXTRA_APPEND="$EXTRA_APPEND desktop=xfce"
GUITERMINAL=xterm
;;
+ debian-edu_*_mate)
+ EXTRA_APPEND="$EXTRA_APPEND desktop=mate"
+ GUITERMINAL=xterm
+ ;;
debian-edu_*)
EXTRA_APPEND="$EXTRA_APPEND desktop=kde"
GUITERMINAL=konsole
--
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