summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-16 20:56:38 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 20:56:38 +0200
commitd70a5315aa4cb95b6cb010967d488f85c0206822 (patch)
tree1b8ec0f6e31990e22ea2f96202fb21a0f685fcae
parent7fdbd75781c90c353cb812f86596032d8b3c3fb6 (diff)
downloadjenkins.debian.net-d70a5315aa4cb95b6cb010967d488f85c0206822.tar.xz
install qemu from backports as needed by the hurd g-i jobs
-rw-r--r--etc/apt/sources.list13
-rwxr-xr-xupdate_jdn.sh3
2 files changed, 15 insertions, 1 deletions
diff --git a/etc/apt/sources.list b/etc/apt/sources.list
new file mode 100644
index 00000000..2876aa9e
--- /dev/null
+++ b/etc/apt/sources.list
@@ -0,0 +1,13 @@
+#
+
+
+
+deb http://ftp.de.debian.org/debian/ wheezy main
+deb-src http://ftp.de.debian.org/debian/ wheezy main
+#deb-src http://ftp.de.debian.org/debian/ sid main
+
+deb http://security.debian.org/ wheezy/updates main
+deb-src http://security.debian.org/ wheezy/updates main
+
+deb http://ftp.de.debian.org/debian/ wheezy-backports main
+deb-src http://ftp.de.debian.org/debian/ wheezy-backports main
diff --git a/update_jdn.sh b/update_jdn.sh
index a8e1d057..c5cdb89f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -25,7 +25,8 @@ done
#
sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges munin calamaris visitors procmail libjson-rpc-perl libfile-touch-perl zutils ip2host \
build-essential python-setuptools \
- debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat webcheck poxml qemu vncsnapshot imagemagick ffmpeg2theora python-twisted python-imaging gocr guestmount schroot
+ debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat webcheck poxml vncsnapshot imagemagick ffmpeg2theora python-twisted python-imaging gocr guestmount schroot
+sudo apt-get install -t wheezy-backports qemu
explain "Packages installed."
#