Skip to content

Commit 5cfe9be

Browse files
committed
TUN-8842: Add Ubuntu Noble and 'any' debian distributions to release script
## Summary Ubuntu has released a new LTS version, and there are people starting to use it, this makes our installation recommendation, that automatically detecs the release flavor, to fail for Noble users. Therefore, this commit adds this new version to our release packages. It also adds an `any` package so that we can update our documentation to use it since we are using the same binaries across all debian flavors, so there is no reason to keep adding more release flavors when we can just take advantage of the `any` release flavor like other repositories do.
1 parent 2714d10 commit 5cfe9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_pkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def parse_args():
346346
)
347347

348348
parser.add_argument(
349-
"--deb-based-releases", default=["bookworm", "bullseye", "buster", "jammy", "impish", "focal", "bionic",
349+
"--deb-based-releases", default=["any", "bookworm", "bullseye", "buster", "noble", "jammy", "impish", "focal", "bionic",
350350
"xenial", "trusty"],
351351
help="list of debian based releases that need to be packaged for"
352352
)

0 commit comments

Comments
 (0)