Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chacra/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# a list of distro versions that chacra will generate a distributions file for
DISTRIBUTIONS = [
'trixie',
'bookworm',
'bullseye',
'buster',
Expand Down
2 changes: 1 addition & 1 deletion deploy/playbooks/roles/common/templates/prod.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ repos = {
{% if combine_deb_repos|default(True) %}
# note: 'universal' binaries will be included to all these distro
# versions since they do not belong to any one in particular.
'combined': ['bookworm', 'bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy', 'noble']
'combined': ['trixie', 'bookworm', 'bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy', 'noble']
{% endif %}
},
'cephmetrics': {
Expand Down