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

Issue 9379005: [depot_tools] Use git fetch to optimize the properly configured that use git-svn (Closed)

Created:
8 years, 10 months ago by Dan Beam
Modified:
8 years, 10 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, arthurhsu, vandebo (ex-Chrome)
Visibility:
Public.

Description

[depot_tools] Use git fetch to optimize the properly configured that use git-svn in the way <http://code.google.com/p/chromium/wiki/UsingNewGit#Initial_checkout>; describes. R=maruel@chromium.org TEST=gclient sync with safesync_url is faster. BUG=109184 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121988

Patch Set 1 #

Total comments: 2

Patch Set 2 : review comments and pylint fix #

Patch Set 3 : regex tweak #

Total comments: 8

Patch Set 4 : adding try: except: #

Patch Set 5 : adding different test case #

Patch Set 6 : removing less related changes because maruel@ likes reviews #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M gclient_scm.py View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M tests/gclient_scm_test.py View 1 2 3 4 2 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Dan Beam
Hey Marc-Antoine, you mentioned you were a bit busy yesterday so feel free to nominate ...
8 years, 10 months ago (2012-02-10 11:07:55 UTC) #1
M-A Ruel
Chase or Nicolas can also review but they are less intimate. https://chromiumcodereview.appspot.com/9379005/diff/1/gclient_scm.py File gclient_scm.py (right): ...
8 years, 10 months ago (2012-02-10 15:53:02 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/9379005/diff/1/gclient_scm.py File gclient_scm.py (right): https://chromiumcodereview.appspot.com/9379005/diff/1/gclient_scm.py#newcode504 gclient_scm.py:504: cwd=self.checkout_path).startswith('trunk/src:'): On 2012/02/10 15:53:02, Marc-Antoine Ruel wrote: > remove ...
8 years, 10 months ago (2012-02-10 21:59:48 UTC) #3
Dan Beam
ping when you have time
8 years, 10 months ago (2012-02-11 02:21:15 UTC) #4
M-A Ruel
https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py#newcode859 presubmit_canned_checks.py:859: r'.*? found in the LICENSE file\.(?: \*/)?\n' Humm I'd ...
8 years, 10 months ago (2012-02-11 02:38:08 UTC) #5
Dan Beam
https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py#newcode859 presubmit_canned_checks.py:859: r'.*? found in the LICENSE file\.(?: \*/)?\n' On 2012/02/11 ...
8 years, 10 months ago (2012-02-11 02:42:36 UTC) #6
Dan Beam
https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py#newcode357 presubmit_canned_checks.py:357: if not license_re.search(contents): It doesn't check for this group ...
8 years, 10 months ago (2012-02-11 02:45:53 UTC) #7
M-A Ruel
lgtm https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py#newcode357 presubmit_canned_checks.py:357: if not license_re.search(contents): On 2012/02/11 02:45:53, Dan Beam ...
8 years, 10 months ago (2012-02-11 02:51:19 UTC) #8
Dan Beam
https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py File gclient_scm.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py#newcode503 gclient_scm.py:503: if scm.GIT.Capture(['config', '--get', 'svn-remote.svn.fetch'], actually, should I be wrapping ...
8 years, 10 months ago (2012-02-11 03:28:10 UTC) #9
Dan Beam
On 2012/02/11 02:51:19, Marc-Antoine Ruel wrote: > lgtm > > https://chromiumcodereview.appspot.com/9379005/diff/3005/presubmit_canned_checks.py > File presubmit_canned_checks.py (right): ...
8 years, 10 months ago (2012-02-11 03:28:26 UTC) #10
M-A Ruel
https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py File gclient_scm.py (right): https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py#newcode503 gclient_scm.py:503: if scm.GIT.Capture(['config', '--get', 'svn-remote.svn.fetch'], On 2012/02/11 03:28:10, Dan Beam ...
8 years, 10 months ago (2012-02-14 22:06:19 UTC) #11
Dan Beam
On 2012/02/14 22:06:19, Marc-Antoine Ruel wrote: > https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py > File gclient_scm.py (right): > > https://chromiumcodereview.appspot.com/9379005/diff/3005/gclient_scm.py#newcode503 ...
8 years, 10 months ago (2012-02-14 23:43:03 UTC) #12
M-A Ruel
Can you just keep gclient_scm.py and tests/gclient_scm_test.py in this cl? The other files are unrelated ...
8 years, 10 months ago (2012-02-14 23:49:18 UTC) #13
Dan Beam
On 2012/02/14 23:49:18, Marc-Antoine Ruel wrote: > Can you just keep gclient_scm.py and tests/gclient_scm_test.py in ...
8 years, 10 months ago (2012-02-15 01:15:42 UTC) #14
M-A Ruel
On 2012/02/15 01:15:42, Dan Beam wrote: > On 2012/02/14 23:49:18, Marc-Antoine Ruel wrote: > > ...
8 years, 10 months ago (2012-02-15 01:22:18 UTC) #15
M-A Ruel
lgtm with only 2 files in this CL
8 years, 10 months ago (2012-02-15 01:22:29 UTC) #16
Dan Beam
On 2012/02/15 01:22:29, Marc-Antoine Ruel wrote: > lgtm with only 2 files in this CL ...
8 years, 10 months ago (2012-02-15 01:25:40 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/9379005/15001
8 years, 10 months ago (2012-02-15 01:26:22 UTC) #18
commit-bot: I haz the power
8 years, 10 months ago (2012-02-15 01:32:59 UTC) #19
Change committed as 121988

Powered by Google App Engine
This is Rietveld 408576698