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

Issue 29322523: Issue 2796 - Moved logic to extract Safari Developer ID to buildtools (Closed)

Created:
July 16, 2015, 2:35 p.m. by Sebastian Noack
Modified:
July 17, 2015, 3:16 p.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 2796 - Moved logic to extract Safari Developer ID to buildtools

Patch Set 1 : #

Patch Set 2 : Removed obsolete import #

Total comments: 6

Patch Set 3 : Shortened lines #

Patch Set 4 : Updated dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -26 lines) Patch
M dependencies View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/extensions/bin/createNightlies.py View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M sitescripts/extensions/bin/updateUpdateManifests.py View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M sitescripts/extensions/utils.py View 1 chunk +0 lines, -19 lines 0 comments Download

Messages

Total messages: 13
Sebastian Noack
July 16, 2015, 2:36 p.m. (2015-07-16 14:36:49 UTC) #1
kzar
https://codereview.adblockplus.org/29322523/diff/29322524/sitescripts/extensions/bin/updateUpdateManifests.py File sitescripts/extensions/bin/updateUpdateManifests.py (right): https://codereview.adblockplus.org/29322523/diff/29322524/sitescripts/extensions/bin/updateUpdateManifests.py#newcode58 sitescripts/extensions/bin/updateUpdateManifests.py:58: 'certificateID': get_developer_identifier(get_certificates_and_key(repo.keyFile)[0]), Won't this be a list of certificate ...
July 16, 2015, 3:14 p.m. (2015-07-16 15:14:06 UTC) #2
Sebastian Noack
On 2015/07/16 15:14:06, kzar wrote: > https://codereview.adblockplus.org/29322523/diff/29322524/sitescripts/extensions/bin/updateUpdateManifests.py > File sitescripts/extensions/bin/updateUpdateManifests.py (right): > > https://codereview.adblockplus.org/29322523/diff/29322524/sitescripts/extensions/bin/updateUpdateManifests.py#newcode58 > ...
July 16, 2015, 3:15 p.m. (2015-07-16 15:15:13 UTC) #3
kzar
On 2015/07/16 15:15:13, Sebastian Noack wrote: > On 2015/07/16 15:14:06, kzar wrote: > > > ...
July 16, 2015, 3:22 p.m. (2015-07-16 15:22:15 UTC) #4
Sebastian Noack
On 2015/07/16 15:22:15, kzar wrote: > On 2015/07/16 15:15:13, Sebastian Noack wrote: > > On ...
July 16, 2015, 3:25 p.m. (2015-07-16 15:25:40 UTC) #5
kzar
On 2015/07/16 15:25:40, Sebastian Noack wrote: > On 2015/07/16 15:22:15, kzar wrote: > > On ...
July 16, 2015, 3:32 p.m. (2015-07-16 15:32:29 UTC) #6
Sebastian Noack
Sorry, I forgot to remove one of the old imports. Here is a new patch ...
July 16, 2015, 3:47 p.m. (2015-07-16 15:47:28 UTC) #7
Wladimir Palant
https://codereview.adblockplus.org/29322523/diff/29322538/sitescripts/extensions/bin/createNightlies.py File sitescripts/extensions/bin/createNightlies.py (right): https://codereview.adblockplus.org/29322523/diff/29322538/sitescripts/extensions/bin/createNightlies.py#newcode34 sitescripts/extensions/bin/createNightlies.py:34: from sitescripts.extensions.utils import compareVersions, Configuration, writeAndroidUpdateManifest This line is ...
July 16, 2015, 8:47 p.m. (2015-07-16 20:47:08 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29322523/diff/29322538/sitescripts/extensions/bin/createNightlies.py File sitescripts/extensions/bin/createNightlies.py (right): https://codereview.adblockplus.org/29322523/diff/29322538/sitescripts/extensions/bin/createNightlies.py#newcode34 sitescripts/extensions/bin/createNightlies.py:34: from sitescripts.extensions.utils import compareVersions, Configuration, writeAndroidUpdateManifest On 2015/07/16 20:47:08, ...
July 17, 2015, 11:10 a.m. (2015-07-17 11:10:59 UTC) #9
Wladimir Palant
LGTM
July 17, 2015, 11:39 a.m. (2015-07-17 11:39:51 UTC) #10
Sebastian Noack
Added the required dependency update. For reference, currently the buildtools dependency is only used in ...
July 17, 2015, 11:57 a.m. (2015-07-17 11:57:36 UTC) #11
Wladimir Palant
Still LGTM.
July 17, 2015, 11:58 a.m. (2015-07-17 11:58:28 UTC) #12
kzar
July 17, 2015, 2:20 p.m. (2015-07-17 14:20:47 UTC) #13
Still LGTM

Powered by Google App Engine
This is Rietveld