[Qa-jenkins-scm] [jenkins.debian.net] 01/03: jenkins.d.n: upgrade to jessie

Holger Levsen holger at moszumanska.debian.org
Mon Jun 1 17:33:12 UTC 2015


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 64a1f92ed93adaea9d79e5c862b6f40fb9dc962a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 1 19:23:38 2015 +0200

    jenkins.d.n: upgrade to jessie
---
 etc/apt/sources.list | 12 ++++++------
 update_jdn.sh        | 14 ++++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/etc/apt/sources.list b/etc/apt/sources.list
index d1d3d31..eb92c08 100644
--- a/etc/apt/sources.list
+++ b/etc/apt/sources.list
@@ -1,8 +1,8 @@
-deb http://ftp.de.debian.org/debian/ wheezy main
-#deb-src http://ftp.de.debian.org/debian/ wheezy main
+deb http://ftp.de.debian.org/debian/ jessie main
+#deb-src http://ftp.de.debian.org/debian/ jessie main
 
-deb http://security.debian.org/ wheezy/updates main
-#deb-src http://security.debian.org/ wheezy/updates main
+deb http://security.debian.org/ jessie/updates main
+#deb-src http://security.debian.org/ jessie/updates main
 
-deb http://ftp.de.debian.org/debian/ wheezy-backports main
-#deb-src http://ftp.de.debian.org/debian/ wheezy-backports main
+deb http://ftp.de.debian.org/debian/ jessie-backports main
+#deb-src http://ftp.de.debian.org/debian/ jessie-backports main
diff --git a/update_jdn.sh b/update_jdn.sh
index 545ca9c..55ec1ee 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

-- 
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