]> 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>
Fri, 28 Feb 2025 20:16:35 +0000 (15:16 -0500)
commita1d49d557cfcc75bab6121e652350a6bfec3409f
tree25164494ee587a349d8dfeeb744ca15d5c692be9
parentc1713c5bc37b7e31bd84555066c06a72bb0f025b
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>
Dockerfile.build
src/script/buildcontainer-setup.sh