Browse Source

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.
zr-v5.1
auturgy 4 years ago committed by Peter Barker
parent
commit
1c4873cece
  1. 4
      Tools/scripts/build_autotest.sh

4
Tools/scripts/build_autotest.sh

@ -56,7 +56,7 @@ report() { @@ -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 @@ -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
}

Loading…
Cancel
Save