]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/script: rename CEPH_BRANCH to CEPH_BASE_BRANCH for build container
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Feb 2025 16:24:29 +0000 (11:24 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 6 Mar 2025 21:14:27 +0000 (16:14 -0500)
commit4304f848e63c12239b7ffc3adc70a9b04eb33056
treede32101bbfb2bd88caef4744e07c8c758b9b53c1
parent98be912957232484fcd86e1bcd7ffbab36d36e31
src/script: rename CEPH_BRANCH to CEPH_BASE_BRANCH for build container

Previously, we were passing build argument of CEPH_BRANCH, but that was
a bit misleading as we expect the current branch to vary a bit (as users
will be using branches to develop and test the code). What we actually
care about is the base branch ('main', 'squid', etc) as that is fed into
our bootstrap script and we want the option to simple variations based
on the name of said base branch.
Rename CEPH_BRANCH to CEPH_BASE_BRANCH for clarity.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit a1d49d557cfcc75bab6121e652350a6bfec3409f)
Dockerfile.build
src/script/buildcontainer-setup.sh