Tools: build_autotest.sh update email address

drones_discuss is well obsolete.  I've used ardupilot.devel@google.com for now although we could do better, or simply choose not to emit spam.
This commit is contained in:
auturgy 2021-01-03 11:58:33 +11:00 committed by Peter Barker
parent c81df7b5ad
commit 1c4873cece

View File

@ -56,7 +56,7 @@ report() {
d="$1"
old="$2"
new="$3"
cat <<EOF | mail -s 'build failed' drones-discuss@googlegroups.com
cat <<EOF | mail -s 'build failed' ardupilot.devel@google.com
A build of $d failed at `date`
You can view the build logs at https://autotest.ardupilot.org/
@ -69,7 +69,7 @@ EOF
report_pull_failure() {
d="$1"
git show origin/master | mail -s 'APM pull failed' drones-discuss@googlegroups.com
git show origin/master | mail -s 'APM pull failed' ardupilot.devel@google.com
exit 1
}