]> git.apps.os.sepia.ceph.com Git - ceph-ci.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:13:16 +0000 (16:13 -0500)
commit05defef1593b6669a0d3707afd9630c6a506ede6
treea2d9c647b7f5c761137dd46e3187e1fe80e973bd
parent24d683324a7f1215537c3a60d7234d4c2647f217
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