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

Issue 6603022: Fix webkit build failure reported by evan@ (Closed)

Created:
9 years, 9 months ago by Denis Lagno
Modified:
9 years, 6 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews
Visibility:
Public.

Description

Fix webkit build failure reported by evan@ When fetching svn URL via 'git svn info --url' command git-svn.perl script may print its progress log to stdout instead of stderr: as a result we end up using all this junk as svn repository URL. Fix it by filtering output. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76803

Patch Set 1 : a #

Patch Set 2 : regexp tweak #

Total comments: 4

Patch Set 3 : w #

Patch Set 4 : z #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M build/util/lastchange.py View 1 2 3 1 chunk +9 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Denis Lagno
please try and take a look
9 years, 9 months ago (2011-03-03 19:33:25 UTC) #1
Evan Martin
Can you make the review description describe the change? (Someone looking at the svn history ...
9 years, 9 months ago (2011-03-03 19:49:31 UTC) #2
Evan Martin
9 years, 9 months ago (2011-03-03 19:49:35 UTC) #3
Denis Lagno
http://codereview.chromium.org/6603022/diff/6001/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/6603022/diff/6001/build/util/lastchange.py#newcode138 build/util/lastchange.py:138: match = re.search('^.*://.*$', output, re.M) On 2011/03/03 19:49:31, Evan ...
9 years, 9 months ago (2011-03-03 20:18:39 UTC) #4
Evan Martin
On 2011/03/03 20:18:39, Denis Lagno wrote: > > Maybe use > > r'^\w+://.*$' > > ...
9 years, 9 months ago (2011-03-03 20:26:46 UTC) #5
Denis Lagno
On 2011/03/03 20:26:46, Evan Martin wrote: > > Should I send it as a separate ...
9 years, 9 months ago (2011-03-03 20:32:22 UTC) #6
Evan Martin
9 years, 9 months ago (2011-03-03 20:50:16 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698