Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
23a9bcd2
Commit
23a9bcd2
authored
3 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
update_jdn: special case the one bullseye node we have already
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
b108293d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
update_jdn.sh
+6
-0
6 additions, 0 deletions
update_jdn.sh
with
6 additions
and
0 deletions
update_jdn.sh
+
6
−
0
View file @
23a9bcd2
...
@@ -331,6 +331,12 @@ if [ -f /etc/debian_version ] ; then
...
@@ -331,6 +331,12 @@ if [ -f /etc/debian_version ] ; then
DEBS
=
"
$DEBS
DEBS
=
"
$DEBS
init-system-helpers/bionic-backports
init-system-helpers/bionic-backports
"
;;
"
;;
ionos7
*
)
# runs bullseye and doesnt have buster-backports as the rest
# (could be done nicer but soon all nodes will run bullseye)
DEBS
=
"
$DEBS
ripgrep
mmdebstrap
"
;;
*
)
# packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
*
)
# packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
DEBS
=
"
$DEBS
DEBS
=
"
$DEBS
ripgrep
ripgrep
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment