summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-09 17:44:02 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-09 17:44:02 +0100
commit611a0bc827ca40f89bd0df55f0b06413c83db86e (patch)
treefd2ba7229d71bc0fb8db2efa62d2c677abc6f573 /bin
parent8e89258f38a41e5c27da650c85e22e8b9fbe3395 (diff)
downloadjenkins.debian.net-611a0bc827ca40f89bd0df55f0b06413c83db86e.tar.xz
add sid-daily-lxde g-i-installation test
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 10af6eb8..f5c7ac9d 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -133,6 +133,9 @@ bootstrap() {
wheezy-lxde)
EXTRA_APPEND="desktop=lxde"
;;
+ sid-daily-lxde)
+ EXTRA_APPEND="desktop=lxde suite-mirror=sid"
+ ;;
*) echo "unsupported distro."
exit 1
;;