]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: add a common packages target
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Feb 2025 19:50:42 +0000 (14:50 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 6 Mar 2025 21:14:27 +0000 (16:14 -0500)
commitde0d9279445404c4d5a48dc97832ac8409989e8b
tree04f0004697b02bee793e569100308fef2bc578ed
parent5d7ff135f6f44148e8a977b88cc71c8066239ac5
script/build-with-container: add a common packages target

Add a `packages` target to build-with-container.py that requests a build
of packages, whatever package type is native to the distro selected.
For example `./src/script/build-with-container.py -d ubuntu22.04 -e
packages` will automatically select a deb packages build where
`./src/script/build-with-container.py -d centos9 -e packages` will
trigger rpm packages to be built. The underlying package-type specific
targets remain unchanged.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 37b7d509c59348ae11badd6673cb49ce9ce303fa)
src/script/build-with-container.py