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

Issue 7144016: Simplify the author check. (Closed)

Created:
9 years, 6 months ago by M-A Ruel
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Simplify the author check. 2 lines removed! R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89182

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M PRESUBMIT.py View 1 chunk +1 line, -3 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
M-A Ruel
9 years, 6 months ago (2011-06-14 13:34:51 UTC) #1
Dirk Pranke
LGTM. http://codereview.chromium.org/7144016/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/7144016/diff/1/PRESUBMIT.py#newcode114 PRESUBMIT.py:114: if not any(fnmatch.fnmatch(author.lower(), valid) for valid in valid_authors): ...
9 years, 6 months ago (2011-06-14 17:44:27 UTC) #2
M-A Ruel
http://codereview.chromium.org/7144016/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/7144016/diff/1/PRESUBMIT.py#newcode114 PRESUBMIT.py:114: if not any(fnmatch.fnmatch(author.lower(), valid) for valid in valid_authors): On ...
9 years, 6 months ago (2011-06-14 18:06:30 UTC) #3
commit-bot: I haz the power
Try job failure for 7144016-1 on linux for step check_deps: http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux&number=31979
9 years, 6 months ago (2011-06-14 20:47:43 UTC) #4
commit-bot: I haz the power
9 years, 6 months ago (2011-06-15 14:19:47 UTC) #5
Change committed as 89182

Powered by Google App Engine
This is Rietveld 408576698