Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Issue 372048: Use TRYBOT_RESULTS_EMAIL_ADDRESS environment variable for the try servers.... (Closed)

Created:
11 years, 1 month ago by Finnur
Modified:
9 years, 6 months ago
Reviewers:
Mark Mentovai, M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Use TRYBOT_RESULTS_EMAIL_ADDRESS environment variable for the try servers and fallback on EMAIL_ADDRESS, since WebKit uses that. The reason is that some people have WebKit emails that predate Chromium emails so some separation is warranted so that people don't have to fix up emails all the time. BUG=None TEST=None

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M trychange.py View 1 2 3 2 chunks +11 lines, -7 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
Finnur
11 years, 1 month ago (2009-11-08 04:11:25 UTC) #1
Mark Mentovai
http://codereview.chromium.org/372048/diff/1/2 File trychange.py (right): http://codereview.chromium.org/372048/diff/1/2#newcode456 Line 456: default=os.environ.get('CHROMIUM_EMAIL_ADDRESS'), Do this: default=os.environ.get('CHROMIUM_EMAIL_ADDRESS', os.environ.get('EMAIL_ADDRESS)), meaning that if ...
11 years, 1 month ago (2009-11-08 05:02:17 UTC) #2
Finnur
Thanks for the comments. However, the code sample you specified didn't work, but I have ...
11 years, 1 month ago (2009-11-08 06:17:44 UTC) #3
M-A Ruel
http://codereview.chromium.org/372048/diff/5/2001 File trychange.py (right): http://codereview.chromium.org/372048/diff/5/2001#newcode455 Line 455: email = os.environ.get('CHROMIUM_EMAIL_ADDRESS'); Please use TRY_EMAIL_ADDRESS or TRY_JOB_EMAIL_ADDRESS ...
11 years, 1 month ago (2009-11-08 18:23:59 UTC) #4
Finnur
Thanks for the comments. I have updated the patch. http://codereview.chromium.org/372048/diff/5/2001 File trychange.py (right): http://codereview.chromium.org/372048/diff/5/2001#newcode455 Line ...
11 years, 1 month ago (2009-11-08 18:55:52 UTC) #5
Mark Mentovai
LG. Your copy-paste error might have actually been my error, I left a single-quote out ...
11 years, 1 month ago (2009-11-08 19:04:48 UTC) #6
M-A Ruel
lgtm http://codereview.chromium.org/372048/diff/4002/1003 File trychange.py (right): http://codereview.chromium.org/372048/diff/4002/1003#newcode596 Line 596: print('Warning: TRYBOT_RESULTS_EMAIL_ADDRESS is not set. Try server ...
11 years, 1 month ago (2009-11-08 20:18:42 UTC) #7
Finnur
I addressed the first issue (indentation) and left the space-before-parentheses one alone. I did add ...
11 years, 1 month ago (2009-11-08 20:25:11 UTC) #8
M-A Ruel
still lgtm http://codereview.chromium.org/372048/diff/4007/1004 File trychange.py (right): http://codereview.chromium.org/372048/diff/4007/1004#newcode457 Line 457: os.environ.get('EMAIL_ADDRESS')), actually, this line should be ...
11 years, 1 month ago (2009-11-09 16:40:08 UTC) #9
Finnur
I keep getting: svn: Commit failed (details follow): svn: Server sent unexpected return value (500 ...
11 years, 1 month ago (2009-11-09 16:46:04 UTC) #10
M-A Ruel
On 2009/11/09 16:46:04, Finnur wrote: > I keep getting: > > svn: Commit failed (details ...
11 years, 1 month ago (2009-11-09 16:58:06 UTC) #11
Finnur
11 years, 1 month ago (2009-11-09 17:06:38 UTC) #12
Ah!

Switched and checked in (r31437).

Thanks!

On 2009/11/09 16:58:06, Marc-Antoine Ruel wrote:
> On 2009/11/09 16:46:04, Finnur wrote:
> > I keep getting:
> > 
> > svn: Commit failed (details follow):
> > svn: Server sent unexpected return value (500 Internal Server Error) in
> > response
> >  to MKACTIVITY request for
> > '/svn/!svn/act/61f43495-24e2-af4a-a893-6d149f0a4727'
> > 
> > ... when I try to commit. Any idea if this is a problem on the server or
> > locally?
> 
> Eh, switch to a svn:// checkout :)
> You have a http:// checkout. Checkout the same directory in svn:// and copy
the
> depot_tools\.svn\gcl_info into the new checkout, along with the modified
files.

Powered by Google App Engine
This is Rietveld 408576698