]> git.ozlabs.org Git - next-scripts/blob - build_msg
update to_build_host a bit
[next-scripts] / build_msg
1 #!/bin/bash
2
3 subject="build failure after merge of the BRANCH tree"
4
5 tools_dir=$(dirname "$0")
6 "$tools_dir"/message_helper "$@" "$subject" <<EOF
7 After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME) failed like this:
8
9
10 Caused by commit
11
12    ("")
13 EOF
14
15 exit 0