Skip to content

Commit cca9fd1

Browse files
committed
minimal change to add trixie and noble as supported
1 parent bd0f543 commit cca9fd1

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

packaging_automation/citus_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"debian,bookworm": "debian/bookworm",
5656
"debian,bullseye": "debian/bullseye",
5757
"debian,stretch": "debian/stretch",
58+
"debian,trixie": "debian/trixie",
5859
"oraclelinux,8": "ol/8",
5960
"oraclelinux,7": "ol/7",
6061
"oraclelinux,6": "ol/6",

packaging_automation/common_tool_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
referenced_repos: List[Repo] = []
3838

3939
supported_platforms = {
40-
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
40+
"debian": ["trixie","bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
4141
"almalinux": ["8", "9"],
4242
"el": ["9", "8", "7", "6"],
4343
"ol": ["9", "8", "7"],

packaging_automation/upload_to_package_cloud.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"debian/buster": 150,
2121
"debian/bullseye": 207,
2222
"debian/bookworm": 215,
23+
"debian/trixie": 244, # needs to be validated
2324
"ubuntu/bionic": 190,
2425
"ubuntu/focal": 210,
2526
"ubuntu/jammy": 237,
2627
"ubuntu/kinetic": 261,
28+
"ubuntu/noble": 243, # needs to be validated
2729
}
2830

2931
supported_repos = [

packaging_test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f34835000e6512cf66f53162c745e415671b931b

0 commit comments

Comments
 (0)