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

Issue 29334710: Issue 3590 - Automate release build generation (Closed)

Created:
Jan. 27, 2016, 1:46 p.m. by Felix Dahlke
Modified:
Feb. 1, 2016, 3:07 p.m.
Reviewers:
pavel
CC:
jan
Visibility:
Public.

Description

Issue 3590 - Automate release build generation

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address issues #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -19 lines) Patch
M AdblockPlusSafari.xcodeproj/project.pbxproj View 1 6 chunks +14 lines, -4 lines 1 comment Download
M build.py View 1 2 chunks +48 lines, -15 lines 2 comments Download
A devbuildExportOptions.plist View 1 1 chunk +8 lines, -0 lines 0 comments Download
A releaseExportOptions.plist View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Felix Dahlke
Jan. 27, 2016, 1:46 p.m. (2016-01-27 13:46:56 UTC) #1
pavel
https://codereview.adblockplus.org/29334710/diff/29334711/build.py File build.py (right): https://codereview.adblockplus.org/29334710/diff/29334711/build.py#newcode50 build.py:50: package_name = "adblockplussafariios-release-%s.ipa" % BUILD_NUMBER Forewarning: Python noob deducting ...
Jan. 27, 2016, 2:04 p.m. (2016-01-27 14:04:01 UTC) #2
Felix Dahlke
Turns out I have some more homework to do, unfortunately. 1. I need to use ...
Jan. 27, 2016, 4:29 p.m. (2016-01-27 16:29:03 UTC) #3
Felix Dahlke
Here we go, this was some major hassle. I was forced to move away from ...
Jan. 28, 2016, 5:25 p.m. (2016-01-28 17:25:55 UTC) #4
pavel
Feb. 1, 2016, 10:18 a.m. (2016-02-01 10:18:15 UTC) #5
LSBCM (Scary But Correct) - "Good" does not feel like the correct word in this
instance

https://codereview.adblockplus.org/29334710/diff/29334965/build.py
File build.py (right):

https://codereview.adblockplus.org/29334710/diff/29334965/build.py#newcode57
build.py:57: "-exportOptionsPlist", build_type + "ExportOptions.plist"])
Oh wow. Seeing that -exportOptionsPlist doc was worth doubling the "xcodebuild
--help" output, it's probably THE new recommended packaging method. If just the
help output wasn't actually the only doc available...

Powered by Google App Engine
This is Rietveld