Skip to content

Commit 1b1c285

Browse files
committed
adding trixie to allow list
1 parent bd0f543 commit 1b1c285

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packaging_automation/citus_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"almalinux,8": "almalinux/8",
5353
"centos,8": "el/8",
5454
"centos,7": "el/7",
55+
"debian,trixie": "debian/trixie",
5556
"debian,bookworm": "debian/bookworm",
5657
"debian,bullseye": "debian/bullseye",
5758
"debian,stretch": "debian/stretch",

packaging_automation/common_tool_methods.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
referenced_repos: List[Repo] = []
3838

3939
supported_platforms = {
40-
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
40+
"debian": ["trixie", "bookworm", "bullseye", "buster"],
4141
"almalinux": ["8", "9"],
42-
"el": ["9", "8", "7", "6"],
43-
"ol": ["9", "8", "7"],
44-
"ubuntu": ["focal", "bionic", "trusty", "jammy", "kinetic", "noble"],
42+
"el": ["9", "8"],
43+
"ol": ["9", "8"],
44+
"ubuntu": ["focal", "jammy", "noble"],
4545
}
4646

4747

packaging_automation/tests/test_citus_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"debian/stretch": 2,
5151
"debian/bullseye": 2,
5252
"debian/bookworm": 2,
53+
"debian/trixie": 2,
5354
"ubuntu/bionic": 2,
5455
"ubuntu/focal": 2,
5556
"ubuntu/jammy": 2,

0 commit comments

Comments
 (0)