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

Issue 49653002: Add push-to-trunk python port. (Closed)

Created:
7 years, 1 month ago by Michael Achenbach
Modified:
7 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Add push-to-trunk python port. Preliminary version. TODO: Add wrapper script in tools dir. TODO: Some refactoring. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17600

Patch Set 1 #

Total comments: 76

Patch Set 2 : Addressed review comments #

Patch Set 3 : Fixed options. #

Patch Set 4 : Fixed read line. #

Total comments: 10

Patch Set 5 : Different fixes based on live test results. #

Patch Set 6 : Addressed review comments. #

Patch Set 7 : Addressed more review comments. #

Patch Set 8 : Inlined command. #

Total comments: 4

Patch Set 9 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1309 lines, -0 lines) Patch
A tools/push-to-trunk/common_includes.py View 1 2 3 4 5 6 7 8 1 chunk +289 lines, -0 lines 0 comments Download
A tools/push-to-trunk/push_to_trunk.py View 1 2 3 4 5 6 7 1 chunk +592 lines, -0 lines 0 comments Download
A tools/push-to-trunk/test_scripts.py View 1 2 3 4 5 1 chunk +428 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Michael Achenbach
PTAL
7 years, 1 month ago (2013-10-28 19:41:47 UTC) #1
Jakob Kummerow
Yo dawg, I herd you like comments. https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (right): https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py#newcode74 tools/push-to-trunk/common_includes.py:74: p = ...
7 years, 1 month ago (2013-11-06 16:37:23 UTC) #2
Michael Achenbach
PTAL https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (right): https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py#newcode74 tools/push-to-trunk/common_includes.py:74: p = subprocess.Popen("%s %s %s" % (prefix, cmd, ...
7 years, 1 month ago (2013-11-07 15:56:46 UTC) #3
Jakob Kummerow
Yup, better. I'll wait for your other upcoming fixes before officially approving. https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py ...
7 years, 1 month ago (2013-11-08 10:43:18 UTC) #4
Michael Achenbach
PTAL https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (right): https://codereview.chromium.org/49653002/diff/1/tools/push-to-trunk/common_includes.py#newcode137 tools/push-to-trunk/common_includes.py:137: def CommandSE(self, cmd, args="", prefix="", pipe=True): On 2013/11/08 ...
7 years, 1 month ago (2013-11-08 13:08:51 UTC) #5
Michael Achenbach
PTAL at patch 8.
7 years, 1 month ago (2013-11-08 13:21:09 UTC) #6
Jakob Kummerow
LGTM. https://codereview.chromium.org/49653002/diff/330001/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (right): https://codereview.chromium.org/49653002/diff/330001/tools/push-to-trunk/common_includes.py#newcode76 tools/push-to-trunk/common_includes.py:76: return subprocess.check_output("%s %s %s" % (prefix, cmd, args), ...
7 years, 1 month ago (2013-11-08 14:01:18 UTC) #7
Michael Achenbach
https://codereview.chromium.org/49653002/diff/330001/tools/push-to-trunk/common_includes.py File tools/push-to-trunk/common_includes.py (right): https://codereview.chromium.org/49653002/diff/330001/tools/push-to-trunk/common_includes.py#newcode76 tools/push-to-trunk/common_includes.py:76: return subprocess.check_output("%s %s %s" % (prefix, cmd, args), shell=True) ...
7 years, 1 month ago (2013-11-08 14:18:13 UTC) #8
Michael Achenbach
7 years, 1 month ago (2013-11-08 14:27:24 UTC) #9
Message was sent while issue was closed.
Committed patchset #9 manually as r17600 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698