Skip to content

Commit

Permalink
Add oracular to list of ubuntu versions to generate deb repositories for
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 30, 2024
1 parent 25ddd91 commit b14e8a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SUPPORTED_DEB_CODENAMES=("sid" "testing" "trixie" "bookworm" "bullseye")
# Ubuntu codenames we support. Latest two LTS. But when adding a new
# don't immediately remove the oldest one. Allow for some transition period
# with the last three.
SUPPORTED_DEB_CODENAMES+=("noble" "jammy" "focal")
SUPPORTED_DEB_CODENAMES+=("oracular" "noble" "jammy" "focal")
# ... + latest non-LTS Ubuntu. We officially only support the latest non-LTS.
# But to not cause too much disturbance just when Ubuntu is released, we keep
# the last two codenames working in the repository.
Expand Down

0 comments on commit b14e8a6

Please sign in to comment.