Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 28773003: Changes to annotated step scripts: dart-editor-installer-* builders will build installer (Closed)

Created:
7 years, 2 months ago by kustermann
Modified:
7 years, 2 months ago
Reviewers:
ricow1
CC:
reviews_dartlang.org, devoncarew
Visibility:
Public.

Description

Changes to annotated step scripts: dart-editor-installer-* builders will build installer R=ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=28857

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 17

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -148 lines) Patch
M client/tools/buildbot_annotated_steps.py View 2 chunks +4 lines, -0 lines 0 comments Download
M editor/build/build.py View 1 2 3 4 9 chunks +191 lines, -113 lines 0 comments Download
M tools/bots/bot_utils.py View 3 chunks +10 lines, -0 lines 0 comments Download
M tools/mac_build_editor_dmg.sh View 1 2 3 4 2 chunks +64 lines, -35 lines 0 comments Download
M tools/utils.py View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kustermann
7 years, 2 months ago (2013-10-18 10:29:52 UTC) #1
ricow1
LGTM https://codereview.chromium.org/28773003/diff/100001/editor/build/build.py File editor/build/build.py (right): https://codereview.chromium.org/28773003/diff/100001/editor/build/build.py#newcode391 editor/build/build.py:391: EDITOR_REGEXP = (r'^dart-editor(-(?P<installer>(installer)))?(-(?P<system>(win|mac|linux)))?' + long line https://codereview.chromium.org/28773003/diff/100001/editor/build/build.py#newcode432 editor/build/build.py:432: ...
7 years, 2 months ago (2013-10-18 11:18:08 UTC) #2
kustermann
Thanks. https://codereview.chromium.org/28773003/diff/100001/editor/build/build.py File editor/build/build.py (right): https://codereview.chromium.org/28773003/diff/100001/editor/build/build.py#newcode391 editor/build/build.py:391: EDITOR_REGEXP = (r'^dart-editor(-(?P<installer>(installer)))?(-(?P<system>(win|mac|linux)))?' + On 2013/10/18 11:18:08, ricow1 ...
7 years, 2 months ago (2013-10-18 14:12:12 UTC) #3
kustermann
Committed patchset #5 manually as r28857 (presubmit successful).
7 years, 2 months ago (2013-10-18 14:13:44 UTC) #4
kustermann
7 years, 2 months ago (2013-10-18 14:49:54 UTC) #5
Message was sent while issue was closed.
@devon: Just FYI. This CL should have 0 impact on the normal editor building.

Since we're not going to use the "./tools/build.py editor" approach anytime
soon, I added this to the 'editor/build/build.py' script. 

We'll setup a builder which will build installers on-demand (i.e. when manually
triggered). We can't automate this because the builder can only create the
installer once the bits have been signed (which is a manual step).

We're announcing this once everything is setup and works.

Powered by Google App Engine
This is Rietveld 408576698