Skip to content

Commit 6534640

Browse files
committed
Debian: we want Openvswitch and ovn from backports
Those packages are in exactly same versions in bullseye-xena-backports and in bullseye-backports. So we have to choose one source to keep builds running otherwise they report downgrading of packages. Change-Id: I0954bcc8ee42b15420fe1cd54aac96cb0c0c7e0d (cherry picked from commit a26f4e3)
1 parent 849da79 commit 6534640

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker/base/apt_preferences.debian

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ Pin-Priority: 1000
1717
Package: logstash-oss
1818
Pin: version 7.9.*
1919
Pin-Priority: 1000
20+
21+
# NOTE(hrw): we do not want backports unless requested
22+
Package: *
23+
Pin: release n=bullseye-backports
24+
Pin-Priority: -1000
25+
26+
# NOTE(hrw): let us list some backports
27+
Package: openvswitch* python3-openvswitch ovn-*
28+
Pin: release n=bullseye-backports
29+
Pin-Priority: 1024

0 commit comments

Comments
 (0)