Skip to content

Commit bc2544b

Browse files
hrwMarcin Juszkiewicz
authored andcommitted
pin out some package from Debian OpenStack Team repos
Debian OpenStack Team backports many packages to get their stuff done. Sometimes something goes wrong: INFO:kolla.common.utils.kolla-toolbox:The following packages have unmet dependencies: INFO:kolla.common.utils.kolla-toolbox: git : Depends: git-man (< 1:2.30.2-.) but 1:2.34.1-1~bpo11+1 is to be installed INFO:kolla.common.utils.kolla-toolbox:E: Unable to correct problems, you have held broken packages. So let pin out problematic packages as we are fine with bullseye version of git. Change-Id: I8c740655c7f7803d9ab36dac79d30e35e65dd586 (cherry picked from commit 2553c18)
1 parent 89291be commit bc2544b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/base/apt_preferences.debian

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ Pin-Priority: -1000
2222
Package: openvswitch* python3-openvswitch ovn-*
2323
Pin: release n=bullseye-backports
2424
Pin-Priority: 1024
25+
26+
# NOTE(hrw): Debian OpenStack Team repo has some backports we do not want
27+
Package: git*
28+
Pin: release n=bullseye
29+
Pin-Priority: 1024

0 commit comments

Comments
 (0)