Skip to content

Commit f8eba29

Browse files
committed
Add 'bookworm' to known distros
Signed-off-by: Dan Mick <dmick@redhat.com>
1 parent 0af9de8 commit f8eba29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

chacra/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# a list of distro versions that chacra will generate a distributions file for
22
DISTRIBUTIONS = [
3+
'bookworm',
34
'bullseye',
45
'buster',
56
'sid',

deploy/playbooks/roles/common/templates/prod.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ repos = {
301301
{% if combine_deb_repos|default(True) %}
302302
# note: 'universal' binaries will be included to all these distro
303303
# versions since they do not belong to any one in particular.
304-
'combined': ['bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy']
304+
'combined': ['bookworm', 'bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy']
305305
{% endif %}
306306
},
307307
'cephmetrics': {

0 commit comments

Comments
 (0)