summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-09 14:18:27 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-09 14:18:27 +0100
commit2cc69a3d5fb4a3627927eb8e7c4ce679790ae473 (patch)
treef7941bde961a18ff3a7ba103ce6a0c9df993eccf /bin
parentb9710fabe51d0f244ec357acf5eab268a0e8cb60 (diff)
downloadjenkins.debian.net-2cc69a3d5fb4a3627927eb8e7c4ce679790ae473.tar.xz
virtualbox-ose got renamed to virtualbox in wheezy+
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot_tester.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index 2223f0e8..cf27f393 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -124,20 +124,20 @@ trap cleanup_all INT TERM EXIT
case $1 in
squeeze) DISTRO="squeeze"
- OFFICE="openoffice.org"
+ SPECIFIC="openoffice.org virtualbox-ose"
;;
wheezy) DISTRO="wheezy"
- OFFICE="libreoffice"
+ SPECIFIC="libreoffice virtualbox"
;;
sid) DISTRO="sid"
- OFFICE="libreoffice"
+ SPECIFIC="libreoffice virtualbox"
;;
*) echo "unsupported distro."
exit 1
;;
esac
bootstrap $DISTRO
-FULL_DESKTOP="$OFFICE desktop-base gnome kde-plasma-desktop xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts mplayer wine virtualbox texlive-full asciidoc vim emacs"
+FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts mplayer wine texlive-full asciidoc vim emacs"
if [ "$2" != "" ] ; then
case $2 in