summaryrefslogtreecommitdiff
path: root/misc/dashboard/godashboard/const.py
blob: b0110c6354de5bd08206f0fb4e81d720c511e6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_reply_to = "golang-dev@googlegroups.com"
mail_fail_subject  = "%s broken by %s"