Skip to content

Commit

Permalink
add noble (24.04) to known ubuntu names
Browse files Browse the repository at this point in the history
this won't be needed for a while, but it's nice to be prepared
  • Loading branch information
evgeni authored and ekohl committed Mar 14, 2024
1 parent a94b760 commit 66da561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theforeman.org/pipelines/lib/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def inject_debian_release_version(os) {
'forky': 'debian14',
'focal': 'ubuntu2004',
'jammy': 'ubuntu2204',
'noble': 'ubuntu2404',
]
def suffix="+${debian_release_to_version[os]}"
sh(script: "sed -i '1 s/)/${suffix})/' debian/changelog", label: "inject Debian release into package version")
Expand Down

0 comments on commit 66da561

Please sign in to comment.