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

Issue 2873016: First cut at stable script (Closed)

Created:
10 years, 6 months ago by sosa
Modified:
9 years, 6 months ago
CC:
chromium-os-reviews_chromium.org, anush, sosa, Mandeep Singh Baines
Base URL:
ssh://git@chromiumos-git//crosutils.git
Visibility:
Public.

Description

First cut at stable script TEST=Tested by using crash-reporter and crash_ids set to "12345"

Patch Set 1 #

Patch Set 2 : Clean up and OO #

Total comments: 8

Patch Set 3 : Fixes for msb #

Patch Set 4 : Unit tests and clean up #

Patch Set 5 : unit tests #

Patch Set 6 : Fix 80 chars #

Total comments: 104

Patch Set 7 : petkov refactor #

Patch Set 8 : Forgot symlink. #

Total comments: 72

Patch Set 9 : Fixes for petkov #

Total comments: 10

Patch Set 10 : Petkov #

Total comments: 14

Patch Set 11 : msb fixes #

Patch Set 12 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -0 lines) Patch
A cros_mark_as_stable View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A cros_mark_as_stable.py View 4 5 6 7 8 9 10 11 1 chunk +329 lines, -0 lines 0 comments Download
A cros_mark_as_stable_unittest.py View 5 6 7 8 9 1 chunk +203 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
sosa
First commit ready for this script. Usage: ./cros_mark_as_stable -p <package_list> -i <optional commit hashes> Output ...
10 years, 5 months ago (2010-06-28 22:37:24 UTC) #1
sosa
Ping!
10 years, 5 months ago (2010-06-30 00:09:39 UTC) #2
Mandeep Singh Baines
looks like a good start http://codereview.chromium.org/2873016/diff/2001/3001 File cros_mark_as_stable (right): http://codereview.chromium.org/2873016/diff/2001/3001#newcode84 cros_mark_as_stable:84: #self.DeleteBranch() Uncomment http://codereview.chromium.org/2873016/diff/2001/3001#newcode127 cros_mark_as_stable:127: ...
10 years, 5 months ago (2010-06-30 02:38:19 UTC) #3
sosa
PTAL http://codereview.chromium.org/2873016/diff/2001/3001 File cros_mark_as_stable (right): http://codereview.chromium.org/2873016/diff/2001/3001#newcode84 cros_mark_as_stable:84: #self.DeleteBranch() Removed. On 2010/06/30 02:38:19, Mandeep Singh Baines ...
10 years, 5 months ago (2010-06-30 22:23:24 UTC) #4
sosa
Ping. Also have added unit tests if you want to take a look. Adding +petkov ...
10 years, 5 months ago (2010-07-01 22:05:06 UTC) #5
petkov
I made an initial pass and took the liberty to review the whole CL, mostly ...
10 years, 5 months ago (2010-07-01 23:59:39 UTC) #6
sosa
Thanks Darin. PTAL http://codereview.chromium.org/2873016/diff/16001/17002 File cros_mark_as_stable.py (right): http://codereview.chromium.org/2873016/diff/16001/17002#newcode7 cros_mark_as_stable.py:7: """ This module uprevs a given ...
10 years, 5 months ago (2010-07-02 23:26:08 UTC) #7
petkov
Second round -- again, mostly style suggestions. http://codereview.chromium.org/2873016/diff/16001/17002 File cros_mark_as_stable.py (right): http://codereview.chromium.org/2873016/diff/16001/17002#newcode70 cros_mark_as_stable.py:70: """ Runs ...
10 years, 5 months ago (2010-07-05 06:28:27 UTC) #8
sosa
PTAL :) http://codereview.chromium.org/2873016/diff/24001/9003 File cros_mark_as_stable.py (right): http://codereview.chromium.org/2873016/diff/24001/9003#newcode19 cros_mark_as_stable.py:19: import generate_test_report On 2010/07/05 06:28:27, petkov wrote: ...
10 years, 5 months ago (2010-07-08 22:36:27 UTC) #9
petkov
A few remaining issues, LGTM otherwise. You might want to get msb@ to review the ...
10 years, 5 months ago (2010-07-08 23:02:18 UTC) #10
sosa
Petkov: addressed comments and fixed all public doc strings. Mandeep: Can you take another look ...
10 years, 5 months ago (2010-07-09 01:24:35 UTC) #11
Mandeep Singh Baines
http://codereview.chromium.org/2873016/diff/37001/38002 File cros_mark_as_stable.py (right): http://codereview.chromium.org/2873016/diff/37001/38002#newcode88 cros_mark_as_stable.py:88: class _GitBranch(object): This abstraction seems unnecessary and doesn't really ...
10 years, 5 months ago (2010-07-09 21:25:20 UTC) #12
Mandeep Singh Baines
On 2010/07/09 21:25:20, Mandeep Singh Baines wrote: > http://codereview.chromium.org/2873016/diff/37001/38002 > File cros_mark_as_stable.py (right): > > ...
10 years, 5 months ago (2010-07-09 21:31:43 UTC) #13
sosa
Thanks for taking another look msb. Incorporated changes. http://codereview.chromium.org/2873016/diff/37001/38002 File cros_mark_as_stable.py (right): http://codereview.chromium.org/2873016/diff/37001/38002#newcode88 cros_mark_as_stable.py:88: class ...
10 years, 5 months ago (2010-07-09 23:29:20 UTC) #14
sosa
ping On Fri, Jul 9, 2010 at 4:29 PM, <sosa@chromium.org> wrote: > Thanks for taking ...
10 years, 5 months ago (2010-07-12 20:48:54 UTC) #15
Mandeep Singh Baines
10 years, 5 months ago (2010-07-12 21:21:55 UTC) #16
LGTM

Powered by Google App Engine
This is Rietveld 408576698