]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: add --base-branch cli option
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Feb 2025 16:37:04 +0000 (11:37 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 28 Feb 2025 20:16:35 +0000 (15:16 -0500)
commitff34bf7241f1a1072f74494cc8f50156e0076019
tree4e0a46fa1bed593bf2986388321d9400c871fd2c
parenta1d49d557cfcc75bab6121e652350a6bfec3409f
script/build-with-container: add --base-branch cli option

Add a command line option --base-branch that allows the user to supply a
custom base branch name. git doesn't make determining this easy so we
always assume a base branch of 'main' by default - but this option lets
one change that.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-with-container.py