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

Issue 9369023: Download hooks only in "git cl config" (Closed)

Created:
8 years, 10 months ago by ukai
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Download hooks only in "git cl config" also, use http download instead of scp, because scp won't work well on Windows. BUG=chromium:113153 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=121820

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -5 lines) Patch
M git_cl.py View 1 2 6 chunks +31 lines, -5 lines 0 comments Download
M tests/git_cl_test.py View 1 2 3 chunks +66 lines, -0 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
ukai
8 years, 10 months ago (2012-02-09 07:53:55 UTC) #1
M-A Ruel
https://chromiumcodereview.appspot.com/9369023/diff/1/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/9369023/diff/1/git_cl.py#newcode753 git_cl.py:753: fileobj = urllib2.urlopen(src) 1. use urllib.urlretrieve() 2. Do not ...
8 years, 10 months ago (2012-02-09 14:57:19 UTC) #2
ukai
On 2012/02/09 14:57:19, Marc-Antoine Ruel wrote: > https://chromiumcodereview.appspot.com/9369023/diff/1/git_cl.py > File git_cl.py (right): > > https://chromiumcodereview.appspot.com/9369023/diff/1/git_cl.py#newcode753 ...
8 years, 10 months ago (2012-02-10 06:58:57 UTC) #3
M-A Ruel
https://chromiumcodereview.appspot.com/9369023/diff/2001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/9369023/diff/2001/git_cl.py#newcode159 git_cl.py:159: LoadCodereviewSettingsFromFile(cr_settings_file) That's where it should load the file if ...
8 years, 10 months ago (2012-02-10 15:50:04 UTC) #4
ukai
https://chromiumcodereview.appspot.com/9369023/diff/2001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/9369023/diff/2001/git_cl.py#newcode159 git_cl.py:159: LoadCodereviewSettingsFromFile(cr_settings_file) On 2012/02/10 15:50:05, Marc-Antoine Ruel wrote: > That's ...
8 years, 10 months ago (2012-02-13 02:57:43 UTC) #5
M-A Ruel
lgtm
8 years, 10 months ago (2012-02-13 06:48:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ukai@chromium.org/9369023/8001
8 years, 10 months ago (2012-02-13 07:03:09 UTC) #7
commit-bot: I haz the power
Presubmit check for 9369023-8001 failed and returned exit status 1. warning: code.google.com certificate with fingerprint ...
8 years, 10 months ago (2012-02-13 07:09:04 UTC) #8
Marc-Antoine Ruel (Google)
8 years, 10 months ago (2012-02-13 20:47:52 UTC) #9
still lgtm

http://codereview.chromium.org/9369023/diff/8001/tests/git_cl_test.py
File tests/git_cl_test.py (right):

http://codereview.chromium.org/9369023/diff/8001/tests/git_cl_test.py#newcode49
tests/git_cl_test.py:49: def read(self):
You can disable the warning at file level. It's not an interesting one in tests;

# pylint: disable=R0201

Powered by Google App Engine
This is Rietveld 408576698