mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
misc/dashboard: notify golang-dev on build failure
Fixes #1229. R=rsc CC=golang-dev https://golang.org/cl/4178048
This commit is contained in:
parent
6095ff3864
commit
00d8d0052a
4 changed files with 72 additions and 17 deletions
12
misc/dashboard/godashboard/const.py
Normal file
12
misc/dashboard/godashboard/const.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2011 The Go Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
mail_from = "Go Dashboard <builder@golang.org>"
|
||||
|
||||
mail_submit_to = "adg@golang.org"
|
||||
mail_submit_subject = "New Project Submitted"
|
||||
|
||||
mail_fail_to = "golang-dev@googlegroups.com"
|
||||
mail_fail_subject = "%s broken by %s"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue