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

Issue 5385277551935488: Issue 2516 - Add a release build script (Closed)

Created:
May 17, 2015, 2:56 p.m. by Felix Dahlke
Modified:
May 21, 2015, 11:59 a.m.
Reviewers:
René Jeschke
CC:
Wladimir Palant
Visibility:
Public.

Description

Issue 2516 - Add a release build script

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Check for --disable-crashreporter, print usage to stderr #

Total comments: 4

Patch Set 3 : Use check_call for ensure_dependencies.py #

Patch Set 4 : Check for MOZILLA_OFFICIAL=1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -0 lines) Patch
A build_release.py View 1 2 3 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 11
Felix Dahlke
May 17, 2015, 3:31 p.m. (2015-05-17 15:31:47 UTC) #1
René Jeschke
http://codereview.adblockplus.org/5385277551935488/diff/5178081291534336/build_release.py File build_release.py (right): http://codereview.adblockplus.org/5385277551935488/diff/5178081291534336/build_release.py#newcode20 build_release.py:20: def check_mozconfig(path, mode): Should we add a check for ...
May 18, 2015, 11:30 a.m. (2015-05-18 11:30:16 UTC) #2
Felix Dahlke
On 2015/05/18 11:30:16, René Jeschke wrote: > http://codereview.adblockplus.org/5385277551935488/diff/5178081291534336/build_release.py > File build_release.py (right): > > http://codereview.adblockplus.org/5385277551935488/diff/5178081291534336/build_release.py#newcode20 ...
May 18, 2015, 12:33 p.m. (2015-05-18 12:33:35 UTC) #3
René Jeschke
On 2015/05/18 12:33:35, Felix H. Dahlke wrote: > On 2015/05/18 11:30:16, René Jeschke wrote: > ...
May 18, 2015, 12:35 p.m. (2015-05-18 12:35:21 UTC) #4
Felix Dahlke
New patch set is up. On 2015/05/18 12:35:21, René Jeschke wrote: > :-D ... but, ...
May 18, 2015, 7:51 p.m. (2015-05-18 19:51:59 UTC) #5
René Jeschke
http://codereview.adblockplus.org/5385277551935488/diff/5113880120393728/build_release.py File build_release.py (right): http://codereview.adblockplus.org/5385277551935488/diff/5113880120393728/build_release.py#newcode40 build_release.py:40: def find_mozconfig(mode): Nit: 'find_mozconfig' does not really 'search' for ...
May 19, 2015, 9:57 a.m. (2015-05-19 09:57:52 UTC) #6
Felix Dahlke
http://codereview.adblockplus.org/5385277551935488/diff/5113880120393728/build_release.py File build_release.py (right): http://codereview.adblockplus.org/5385277551935488/diff/5113880120393728/build_release.py#newcode40 build_release.py:40: def find_mozconfig(mode): On 2015/05/19 09:57:54, René Jeschke wrote: > ...
May 19, 2015, 3:54 p.m. (2015-05-19 15:54:34 UTC) #7
René Jeschke
LGTM
May 19, 2015, 3:59 p.m. (2015-05-19 15:59:35 UTC) #8
Felix Dahlke
Realised that we also need to export MOZILLA_OFFICIAL=1 - the only notable effect this has ...
May 19, 2015, 7:26 p.m. (2015-05-19 19:26:37 UTC) #9
René Jeschke
LGTM
May 19, 2015, 10:37 p.m. (2015-05-19 22:37:21 UTC) #10
Felix Dahlke
May 21, 2015, 11:59 a.m. (2015-05-21 11:59:56 UTC) #11
Moving Wladimir to CC - we already used this for the release, so I don't feel
great about keeping it locally. I'll still gladly address feedback however.

Powered by Google App Engine
This is Rietveld