From 66da5613e7ffe36543ba200b6c418a77b10df6cf Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 1 Mar 2024 11:45:55 +0100 Subject: [PATCH] add noble (24.04) to known ubuntu names this won't be needed for a while, but it's nice to be prepared --- theforeman.org/pipelines/lib/packaging.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/theforeman.org/pipelines/lib/packaging.groovy b/theforeman.org/pipelines/lib/packaging.groovy index 0ca5b4b7..47beb02b 100644 --- a/theforeman.org/pipelines/lib/packaging.groovy +++ b/theforeman.org/pipelines/lib/packaging.groovy @@ -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")