Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5193970430771200: Issue 1363 - Make sure source code archives created by release automation consider the new dependen… (Closed)

Created:
Sept. 11, 2014, 7:06 p.m. by Wladimir Palant
Modified:
Sept. 18, 2014, 9:22 p.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 1363 - Make sure source code archives created by release automation consider the new dependen…

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addressed comments #

Patch Set 3 : Addressed remaining comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -15 lines) Patch
M releaseAutomation.py View 1 2 2 chunks +32 lines, -15 lines 0 comments Download

Messages

Total messages: 7
Wladimir Palant
Sept. 11, 2014, 7:06 p.m. (2014-09-11 19:06:05 UTC) #1
Sebastian Noack
http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py File releaseAutomation.py (right): http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py#newcode24 releaseAutomation.py:24: with open(output, 'wb') as handle: You can just pass ...
Sept. 18, 2014, 4:20 p.m. (2014-09-18 16:20:06 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py File releaseAutomation.py (right): http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py#newcode30 releaseAutomation.py:30: with tarfile.open(fileobj=StringIO(data), mode='r:') as repoarchive: On 2014/09/18 16:20:06, Sebastian ...
Sept. 18, 2014, 4:21 p.m. (2014-09-18 16:21:23 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py File releaseAutomation.py (right): http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py#newcode24 releaseAutomation.py:24: with open(output, 'wb') as handle: Done, don't remember why ...
Sept. 18, 2014, 6:40 p.m. (2014-09-18 18:40:47 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py File releaseAutomation.py (right): http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py#newcode30 releaseAutomation.py:30: with tarfile.open(fileobj=StringIO(data), mode='r:') as repoarchive: On 2014/09/18 18:40:48, Wladimir ...
Sept. 18, 2014, 6:58 p.m. (2014-09-18 18:58:12 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py File releaseAutomation.py (right): http://codereview.adblockplus.org/5193970430771200/diff/5629499534213120/releaseAutomation.py#newcode30 releaseAutomation.py:30: with tarfile.open(fileobj=StringIO(data), mode='r:') as repoarchive: On 2014/09/18 18:58:12, Sebastian ...
Sept. 18, 2014, 7:23 p.m. (2014-09-18 19:23:57 UTC) #6
Sebastian Noack
Sept. 18, 2014, 8:43 p.m. (2014-09-18 20:43:50 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld