]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/script: add a script to help build ceph using containers 59841/head
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 19:01:05 +0000 (15:01 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Feb 2025 20:13:06 +0000 (15:13 -0500)
commitf276cc5176f7f842267beb985d2a3bd073005839
treee2f3969ef6fe91535dc0affe28b4f4b84b85a593
parentbde72fc478ce23f7cba8d163f914456e07996aab
src/script: add a script to help build ceph using containers

The build-with-container script tries to encapsulate nearly all major
build tasks using docker/podman containers. If there's no build image
locally it will create one for your. It provides targets for building
(make), testing (make check), building rpm packages or deb packages and
is designed to be fairly easily extended.

View the comment at the top of the source file for usage details.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-with-container.py [new file with mode: 0644]