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

Issue 500023003: Teach v8rel script to read git hashes from DEPS. (Closed)

Created:
6 years, 4 months ago by Michael Achenbach
Modified:
6 years, 4 months ago
Reviewers:
Ryan Tseng, Jarin, hinoka
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Teach v8rel script to read git hashes from DEPS. The chromium DEPS file can refer to v8 git hashes now. These are converted back into svn revision numbers for the v8 releases spreadsheet. The DEPS file's quotation mark policy changed which affects the regexp for retrieving the v8 revision ("->'). TEST=script_test.py TEST=tools/push-to-trunk/releases.py -c /path/to/chromium/src --branch recent R=hinoka@google.com Committed: https://code.google.com/p/v8/source/detail?r=23357

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -7 lines) Patch
M tools/push-to-trunk/git_recipes.py View 2 chunks +17 lines, -0 lines 0 comments Download
M tools/push-to-trunk/releases.py View 1 5 chunks +26 lines, -6 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 3 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Achenbach
PTAL. Code partially borrowed from roll-dep from depot_tools.
6 years, 4 months ago (2014-08-25 12:14:34 UTC) #1
Ryan Tseng
lgtm % comments https://codereview.chromium.org/500023003/diff/20001/tools/push-to-trunk/releases.py File tools/push-to-trunk/releases.py (right): https://codereview.chromium.org/500023003/diff/20001/tools/push-to-trunk/releases.py#newcode50 tools/push-to-trunk/releases.py:50: DEPS_RE = re.compile('^\\s*(?:(?:"|\')v8_revision(?:"|\'): (?:"|\')' running regex ...
6 years, 4 months ago (2014-08-25 13:19:17 UTC) #2
Michael Achenbach
Done. https://codereview.chromium.org/500023003/diff/20001/tools/push-to-trunk/releases.py File tools/push-to-trunk/releases.py (right): https://codereview.chromium.org/500023003/diff/20001/tools/push-to-trunk/releases.py#newcode50 tools/push-to-trunk/releases.py:50: DEPS_RE = re.compile('^\\s*(?:(?:"|\')v8_revision(?:"|\'): (?:"|\')' On 2014/08/25 13:19:17, Ryan ...
6 years, 4 months ago (2014-08-25 13:32:52 UTC) #3
Michael Achenbach
6 years, 4 months ago (2014-08-25 13:39:50 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 23357 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698