summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-01 19:23:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-01 19:23:38 +0200
commit64a1f92ed93adaea9d79e5c862b6f40fb9dc962a (patch)
tree4e0e34338e8edaf4af52ceb4fbf46a485b466fa7 /update_jdn.sh
parent033d1037f098dcfc31bdf6042368b936bd67829e (diff)
downloadjenkins.debian.net-64a1f92ed93adaea9d79e5c862b6f40fb9dc962a.tar.xz
jenkins.d.n: upgrade to jessie
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh14
1 files changed, 8 insertions, 6 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 545ca9c4..55ec1ee4 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -163,9 +163,7 @@ if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
x11vnc \
xtightvncviewer \
xvfb \
- zutils
-
- sudo apt-get install -t wheezy-backports \
+ zutils \
binfmt-support \
cucumber \
debootstrap \
@@ -184,12 +182,16 @@ if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
ruby-rjb \
seabios \
openbios-ppc \
- openbios-sparc
+ openbios-sparc \
+ python-arpy \
+ ovmf
+
+ #sudo apt-get install -t jessie-backports \
+ # pbuilder \
+ # botch
explain "Packages installed."
- echo "Also needs python-arpy from jessie..."
- echo "Also needs ovmf from jessie..."
else
explain "No new packages to be installed."
fi