Commit 0409a90c authored by Holger Levsen's avatar Holger Levsen
Browse files

upgrade jenkins hosts to bullseye too



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 7b9c8e4c
......@@ -30,7 +30,6 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
=== since bookworm development
* upgrade jenkins host to bullseye
* rb_scheulder.py: stop scheduling ftbfs+depwait for buster
* rb_scheulder.py: start scheduling old for bookworm, stop old for bullseye (once evertything has been build after 2021-08-17)
......
deb http://deb.debian.org/debian/ buster main contrib non-free
#deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
#deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
#deb-src http://security.debian.org/ buster/updates main contrib non-free
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
#deb-src http://deb.debian.org/debian/ buster-backports main contrib non-free
......@@ -365,11 +365,11 @@ if [ -f /etc/debian_version ] ; then
mmdebstrap
" ;;
esac
# special case buster-backports:
# special case bullseye-backports:
case $HOSTNAME in
jenkins)
X)
DEBS="$DEBS
devscripts/buster-backports
devscripts/bullseye-backports
" ;;
*) ;;
esac
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment