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

Issue 318153003: Convenience tool for rolling git-style deps with an svn revision. (Closed)

Created:
6 years, 6 months ago by szager1
Modified:
6 years, 6 months ago
Reviewers:
iannucci, Michael Moss
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Convenience tool for rolling git-style deps with an svn revision. Usage: roll-dep third_party/WebKit 12345 That will update DEPS with the new revision, and leave the DEPS file dirty. It's the up to the user to 'git add; git commit; git cl upload'. This script won't handle arbitrary python syntax, but it will handle variable references like Var("webkit_revision") correctly. R=mmoss@chromium.org, iannucci@chromium.org BUG=341098 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275875

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Patch Set 5 : Seed commit message. #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -3 lines) Patch
A + roll-dep View 1 chunk +1 line, -1 line 0 comments Download
A + roll-dep.bat View 1 chunk +1 line, -2 lines 0 comments Download
A roll_dep.py View 1 2 3 4 1 chunk +294 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
szager1
6 years, 6 months ago (2014-06-06 21:59:35 UTC) #1
Michael Moss
lgtm https://codereview.chromium.org/318153003/diff/40001/roll_dep.py File roll_dep.py (right): https://codereview.chromium.org/318153003/diff/40001/roll_dep.py#newcode71 roll_dep.py:71: log_p = Popen(['git', 'log', 'origin/master'], What about branch ...
6 years, 6 months ago (2014-06-09 16:01:34 UTC) #2
iannucci
Couple questions: What's the rationale for not doing the commit? In particular, this would let ...
6 years, 6 months ago (2014-06-09 19:00:21 UTC) #3
szager1
On 2014/06/09 19:00:21, iannucci wrote: > Couple questions: > > What's the rationale for not ...
6 years, 6 months ago (2014-06-09 19:05:26 UTC) #4
szager1
https://codereview.chromium.org/318153003/diff/40001/roll_dep.py File roll_dep.py (right): https://codereview.chromium.org/318153003/diff/40001/roll_dep.py#newcode71 roll_dep.py:71: log_p = Popen(['git', 'log', 'origin/master'], On 2014/06/09 16:01:34, Michael ...
6 years, 6 months ago (2014-06-09 19:05:32 UTC) #5
iannucci
On 2014/06/09 19:05:26, szager1 wrote: > On 2014/06/09 19:00:21, iannucci wrote: > > Couple questions: ...
6 years, 6 months ago (2014-06-09 19:10:21 UTC) #6
Michael Moss
lgtm https://codereview.chromium.org/318153003/diff/40001/roll_dep.py File roll_dep.py (right): https://codereview.chromium.org/318153003/diff/40001/roll_dep.py#newcode71 roll_dep.py:71: log_p = Popen(['git', 'log', 'origin/master'], On 2014/06/09 19:05:32, ...
6 years, 6 months ago (2014-06-09 21:13:17 UTC) #7
szager1
On 2014/06/09 21:13:17, Michael Moss wrote: > lgtm > > https://codereview.chromium.org/318153003/diff/40001/roll_dep.py > File roll_dep.py (right): ...
6 years, 6 months ago (2014-06-09 21:22:05 UTC) #8
szager1
On 2014/06/09 19:10:21, iannucci wrote: > On 2014/06/09 19:05:26, szager1 wrote: > > I think ...
6 years, 6 months ago (2014-06-09 22:44:40 UTC) #9
iannucci
On 2014/06/09 22:44:40, szager1 wrote: > On 2014/06/09 19:10:21, iannucci wrote: > > On 2014/06/09 ...
6 years, 6 months ago (2014-06-09 23:01:58 UTC) #10
szager1
The CQ bit was checked by szager@chromium.org
6 years, 6 months ago (2014-06-09 23:04:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szager@chromium.org/318153003/80001
6 years, 6 months ago (2014-06-09 23:33:40 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-09 23:33:44 UTC) #13
commit-bot: I haz the power
Failed to apply patch for depot_tools/roll-dep.bat: While running patch -p1 --forward --force --no-backup-if-mismatch; A depot_tools/roll-dep.bat ...
6 years, 6 months ago (2014-06-09 23:33:45 UTC) #14
szager1
6 years, 6 months ago (2014-06-09 23:43:36 UTC) #15
Message was sent while issue was closed.
Committed patchset #7 manually as r275875.

Powered by Google App Engine
This is Rietveld 408576698