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

Issue 7835035: Introduce push-to-trunk.sh (for git users) (Closed)

Created:
9 years, 3 months ago by Jakob Kummerow
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introduce push-to-trunk.sh (for git users) Committed: http://code.google.com/p/v8/source/detail?r=9186

Patch Set 1 #

Total comments: 32

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+424 lines, -0 lines) Patch
A tools/push-to-trunk.sh View 1 1 chunk +424 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Jakob Kummerow
PTAL. This is not tested with a real push to trunk yet, I have only ...
9 years, 3 months ago (2011-09-05 15:35:15 UTC) #1
mnaganov (inactive)
DBC http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh File push-to-trunk.sh (right): http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh#newcode48 push-to-trunk.sh:48: if [ -n "$(git branch | grep $BRANCHNAME)" ...
9 years, 3 months ago (2011-09-05 21:02:14 UTC) #2
danno
Nice! I like it. Please put this in the tools directory. http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh File push-to-trunk.sh (right): ...
9 years, 3 months ago (2011-09-06 09:28:55 UTC) #3
tfarina
http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh File push-to-trunk.sh (right): http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh#newcode1 push-to-trunk.sh:1: #! /bin/bash no spaces between ! and / ?
9 years, 3 months ago (2011-09-06 16:08:51 UTC) #4
wingo
On 2011/09/06 16:08:51, tfarina wrote: > http://codereview.chromium.org/7835035/diff/1/push-to-trunk.sh#newcode1 > push-to-trunk.sh:1: #! /bin/bash > no spaces between ...
9 years, 3 months ago (2011-09-06 16:17:45 UTC) #5
Jakob Kummerow
Major overhaul. - Each step can now be selected as entry point (-s flag) - ...
9 years, 3 months ago (2011-09-07 15:46:40 UTC) #6
danno
LGTM
9 years, 3 months ago (2011-09-08 08:08:14 UTC) #7
Jakob Kummerow
9 years, 3 months ago (2011-09-08 08:50:01 UTC) #8
Landed.

As most source code, such a script is never "finished" or set in stone. I'm
happy to further improve it if anyone has more feature/change requests. Or you
could just create CLs yourself ;-)

Powered by Google App Engine
This is Rietveld 408576698