Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(630)

Delta Between Two Patch Sets: misc/dashboard/godashboard/const.py

Issue 4178048: code review 4178048: misc/dashboard: notify golang-dev on build failure (Closed)
Left Patch Set: Created 14 years, 1 month ago
Right Patch Set: diff -r 0aa73527b86f https://go.googlecode.com/hg/ Created 14 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | misc/dashboard/godashboard/fail-notify.txt » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Copyright 2011 The Go Authors. All rights reserved. 1 # Copyright 2011 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 mail_from = "Go Dashboard <builder@golang.org>" 5 mail_from = "Go Dashboard <builder@golang.org>"
6 6
7 mail_submit_to = "adg@golang.org" 7 mail_submit_to = "adg@golang.org"
8 mail_submit_subject = "New Project Submitted" 8 mail_submit_subject = "New Project Submitted"
9 9
10 mail_fail_to = "golang-dev@googlegroups.com" 10 mail_fail_to = "golang-dev@googlegroups.com"
11 mail_fail_subject = "\"%s\" broke %s" 11 mail_fail_subject = "%s broken by %s"
rsc1 2011/02/14 02:55:53 you limit the \"%s\" length so that it doesn't get
adg 2011/02/14 19:04:18 Done.
12 subject_desc_length = 30
13 12
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b