]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build-integration-branch: allow setting git trailer on final commit 64543/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 16 Jul 2025 18:07:33 +0000 (14:07 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 16 Jul 2025 18:36:43 +0000 (14:36 -0400)
commitc907049c0a57ce958d4f53b6ac6f589a6025456b
treec707a86a1d72062fd1f5e3e91d87b1b007bb0501
parent5ce45a2ca3ec6b53d843a2efd3f3467c238b6d7f
build-integration-branch: allow setting git trailer on final commit

After the last commit is made, provide a simple mechanism for adding
git trailers to the commit message. The git trailers [1] are metadata
that tools may make use of. In particular, we add a few of the
trailers documented by ceph-build here [2] as well as allowing
for arbitrary trailers for future changes (before this code can
be updated), advanced trailer, or other unrelated purposes.

[1] https://www.alchemists.io/articles/git_trailers
[2] https://github.com/ceph/ceph-build/tree/main/ceph-trigger-build

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-integration-branch