X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=build_msg;h=5ba2bbb83f9ad6b73c542e499d1c7f7b60a2d5a2;hb=53b2cfd4081729a70705c19e4c9723dab415f1b7;hp=6cff217bd4e0584a8f834472eaad93e18fb15eb8;hpb=60a1d068ee2fdefa6ccf36fad3d6c91fb9a1d242;p=next-scripts diff --git a/build_msg b/build_msg index 6cff217..5ba2bbb 100755 --- a/build_msg +++ b/build_msg @@ -1,27 +1,15 @@ #!/bin/bash -log=../merge.log -[ -f merge.log ] && log=merge.log -control=../real_control -[ -f real_control ] && control=real_control +subject="build failure after merge of the BRANCH tree" -branch="" -[ "$1" = "-t" ] && { - branch=$2 - shift 2 -} +tools_dir=$(dirname "$0") +"$tools_dir"/message_helper "$@" "$subject" <