mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 09:09:06 +08:00
sync: add Signed-off-by for auto-generated sync commits
Now that we enforce Signed-off-by on every commit, make sure that auto-generatd sync commits also get corrected Signed-off-by tags. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
@@ -285,7 +285,7 @@ cd_to ${LIBBPF_REPO}
|
|||||||
helpers_changes=$(git status --porcelain src/bpf_helper_defs.h | wc -l)
|
helpers_changes=$(git status --porcelain src/bpf_helper_defs.h | wc -l)
|
||||||
if ((${helpers_changes} == 1)); then
|
if ((${helpers_changes} == 1)); then
|
||||||
git add src/bpf_helper_defs.h
|
git add src/bpf_helper_defs.h
|
||||||
git commit -m "sync: auto-generate latest BPF helpers
|
git commit -s -m "sync: auto-generate latest BPF helpers
|
||||||
|
|
||||||
Latest changes to BPF helper definitions.
|
Latest changes to BPF helper definitions.
|
||||||
" -- src/bpf_helper_defs.h
|
" -- src/bpf_helper_defs.h
|
||||||
@@ -307,7 +307,7 @@ Baseline bpf-next commit: ${BASELINE_COMMIT}\n\
|
|||||||
Checkpoint bpf-next commit: ${TIP_COMMIT}\n\
|
Checkpoint bpf-next commit: ${TIP_COMMIT}\n\
|
||||||
Baseline bpf commit: ${BPF_BASELINE_COMMIT}\n\
|
Baseline bpf commit: ${BPF_BASELINE_COMMIT}\n\
|
||||||
Checkpoint bpf commit: ${BPF_TIP_COMMIT}/" | \
|
Checkpoint bpf commit: ${BPF_TIP_COMMIT}/" | \
|
||||||
git commit --file=-
|
git commit -s --file=-
|
||||||
|
|
||||||
echo "SUCCESS! ${COMMIT_CNT} commits synced."
|
echo "SUCCESS! ${COMMIT_CNT} commits synced."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user