]> git.ozlabs.org Git - next-scripts/blob - no_sig
introduce get_contacts function and use it
[next-scripts] / no_sig
1 #!/bin/bash
2
3 subject="Signed-off-by missing for commit in the BRANCH tree"
4
5 tools_dir=$(dirname "$0")
6 "$tools_dir"/message_helper "$@" "$subject" <<EOF
7 Commit
8
9    ("")
10
11 is missing a Signed-off-by from its .
12 EOF
13
14 exit 0