Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(391)

Issue 94270045: Add a script for installing Syzygy binaries directly from the archives. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by chrisha
Modified:
11 years, 2 months ago
CC:
sawbuck-changes_googlegroups.com
Base URL:
http://sawbuck.googlecode.com/svn/trunk
Visibility:
Public.

Description

Add a script for installing Syzygy binaries directly from the archives. This will be the mechanism for distributing Syzygy binaries to Chrome going forward, as moving to a pure git repo will incur a much longer checkout for Chrome developers. This script will be invoked via a gclient hook, with a pinned revision. BUG= R=sebmarchand@chromium.org, siggi@chromium.org Committed: https://code.google.com/p/sawbuck/source/detail?r=2148

Patch Set 1 #

Total comments: 9

Patch Set 2 : Cleanup, and addition of --revision-file parameter. #

Patch Set 3 : Addressed seb's comments. #

Total comments: 6

Patch Set 4 : Less heavy handed deletion. #

Total comments: 2

Patch Set 5 : Fixed nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -0 lines) Patch
A syzygy/build/get_syzygy_binaries.py View 1 2 3 4 1 chunk +382 lines, -0 lines 0 comments Download

Messages

Total messages: 10
chrisha
PTAL (siggi and rogerm for Python readability)
11 years, 2 months ago (2014-05-08 17:51:14 UTC) #1
Sébastien Marchand
Nice ! https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py#newcode163 syzygy/build/get_syzygy_binaries.py:163: 'if it has been determined that they ...
11 years, 2 months ago (2014-05-08 18:04:03 UTC) #2
chrisha
Thanks, another look? https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py#newcode169 syzygy/build/get_syzygy_binaries.py:169: option_parser.add_option('--verbose', action='store_true', default=False, On 2014/05/08 18:04:03, ...
11 years, 2 months ago (2014-05-08 18:17:31 UTC) #3
Sébastien Marchand
lgtm.
11 years, 2 months ago (2014-05-08 18:19:19 UTC) #4
Siggi
lgtm with a couple of nits. https://codereview.appspot.com/94270045/diff/40001/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/40001/syzygy/build/get_syzygy_binaries.py#newcode226 syzygy/build/get_syzygy_binaries.py:226: archive_url = _SYZYGY_ARCHIVE_URL ...
11 years, 2 months ago (2014-05-08 18:31:21 UTC) #5
Roger McFarlane
Some python feedback https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py#newcode63 syzygy/build/get_syzygy_binaries.py:63: if not os.path.exists(path): isfile https://codereview.appspot.com/94270045/diff/1/syzygy/build/get_syzygy_binaries.py#newcode82 syzygy/build/get_syzygy_binaries.py:82: ...
11 years, 2 months ago (2014-05-08 18:40:49 UTC) #6
chrisha
Siggi convinced me that this needed to be a little more conservative in how it ...
11 years, 2 months ago (2014-05-09 15:12:14 UTC) #7
Siggi
lgtm https://codereview.appspot.com/94270045/diff/100001/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/100001/syzygy/build/get_syzygy_binaries.py#newcode143 syzygy/build/get_syzygy_binaries.py:143: """Validates if two state dictionaries are consistent. Both ...
11 years, 2 months ago (2014-05-09 16:59:05 UTC) #8
chrisha
Thanks, committing. https://codereview.appspot.com/94270045/diff/100001/syzygy/build/get_syzygy_binaries.py File syzygy/build/get_syzygy_binaries.py (right): https://codereview.appspot.com/94270045/diff/100001/syzygy/build/get_syzygy_binaries.py#newcode143 syzygy/build/get_syzygy_binaries.py:143: """Validates if two state dictionaries are consistent. ...
11 years, 2 months ago (2014-05-09 18:41:48 UTC) #9
chrisha
11 years, 2 months ago (2014-05-09 18:43:06 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r2148.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b