Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
0409a90c
Commit
0409a90c
authored
Aug 17, 2021
by
Holger Levsen
Browse files
upgrade jenkins hosts to bullseye too
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
7b9c8e4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
0409a90c
...
...
@@ -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)
...
...
hosts/jenkins/etc/apt/sources.list
deleted
100644 → 0
View file @
7b9c8e4c
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
update_jdn.sh
View file @
0409a90c
...
...
@@ -365,11 +365,11 @@ if [ -f /etc/debian_version ] ; then
mmdebstrap
"
;;
esac
# special case bu
ster
-backports:
# special case bu
llseye
-backports:
case
$HOSTNAME
in
jenkins
)
X
)
DEBS
=
"
$DEBS
devscripts/bu
ster
-backports
devscripts/bu
llseye
-backports
"
;;
*
)
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment