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
09cc555f
Verified
Commit
09cc555f
authored
Jan 22, 2021
by
Mattia Rizzolo
Browse files
also use apt_preferences(5) to install the newer debootstrap in the ubuntu nodes
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
54b83328
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts/common-arm64/etc/apt/preferences.d/pbuilder
View file @
09cc555f
...
@@ -6,6 +6,12 @@ Package: munin-node munin-plugins-core munin-plugins-extra munin-common
...
@@ -6,6 +6,12 @@ Package: munin-node munin-plugins-core munin-plugins-extra munin-common
Pin: release o=Debian Backports
Pin: release o=Debian Backports
Pin-Priority: 990
Pin-Priority: 990
# install a newer debootstrap as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
# also, pbuilder requires debootstrap >= 1.0.97
Package: debootstrap
Pin: release o=Debian Backports
Pin-Priority: 990
Package: *
Package: *
Pin: release o=Debian Backports
Pin: release o=Debian Backports
Pin-Priority: -1
Pin-Priority: -1
...
...
update_jdn.sh
View file @
09cc555f
...
@@ -323,10 +323,9 @@ if [ -f /etc/debian_version ] ; then
...
@@ -323,10 +323,9 @@ if [ -f /etc/debian_version ] ; then
"
"
case
$HOSTNAME
in
case
$HOSTNAME
in
codethink
*
)
codethink
*
)
# install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
# the apt_preferences(5) file will cause some packages to come
DEBS
=
"
$DEBS
# from Debian backports
debootstrap/stretch-backports
;
"
;;
*
)
# not available in Ubuntu 16.04:
*
)
# not available in Ubuntu 16.04:
DEBS
=
"
$DEBS
DEBS
=
"
$DEBS
ripgrep
ripgrep
...
...
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