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

Issue 866843004: Replace CAST_BUILD_REVISION with <major>.<minor>.<incremental>. (Closed)

Created:
5 years, 11 months ago by byungchul
Modified:
5 years, 11 months ago
Reviewers:
lcwu1, gunsch
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace CAST_BUILD_REVISION with <major>.<minor>.<incremental>. Old <incremental>-only number is preserved in CAST_BUILD_INCREMENTAL. BUG= Committed: https://crrev.com/439edb66143eaaeae6ea0201d7e493ef41000377 Cr-Commit-Position: refs/heads/master@{#312887}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove CAST_BUILD_RELEASE in verion.h.in. #

Patch Set 3 : Set CAST_BUILD_RELEASE from cast_build_release file. #

Patch Set 4 : fix typos #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : Handle the cast when cast_build_release is not available. #

Total comments: 4

Patch Set 7 : Run test explicitly instead of [[]]. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M chromecast/chromecast.gyp View 1 2 3 4 5 6 2 chunks +7 lines, -2 lines 0 comments Download
M chromecast/common/version.h.in View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (2 generated)
byungchul
5 years, 11 months ago (2015-01-22 17:37:01 UTC) #2
gunsch
https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp#newcode266 chromecast/chromecast.gyp:266: '-e', 'CAST_BUILD_RELEASE="<!(echo ${CAST_BUILD_RELEASE:="eng.${USER}"})"', where does CAST_BUILD_RELEASE come from? I ...
5 years, 11 months ago (2015-01-22 17:42:05 UTC) #3
byungchul
https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp#newcode266 chromecast/chromecast.gyp:266: '-e', 'CAST_BUILD_RELEASE="<!(echo ${CAST_BUILD_RELEASE:="eng.${USER}"})"', On 2015/01/22 17:42:05, gunsch wrote: > ...
5 years, 11 months ago (2015-01-22 17:47:54 UTC) #4
gunsch
https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp#newcode266 chromecast/chromecast.gyp:266: '-e', 'CAST_BUILD_RELEASE="<!(echo ${CAST_BUILD_RELEASE:="eng.${USER}"})"', On 2015/01/22 17:47:54, byungchul wrote: > ...
5 years, 11 months ago (2015-01-22 19:46:20 UTC) #5
byungchul
https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp#newcode266 chromecast/chromecast.gyp:266: '-e', 'CAST_BUILD_RELEASE="<!(echo ${CAST_BUILD_RELEASE:="eng.${USER}"})"', On 2015/01/22 17:47:54, byungchul wrote: > ...
5 years, 11 months ago (2015-01-22 19:46:33 UTC) #6
byungchul
On 2015/01/22 19:46:20, gunsch wrote: > https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp > File chromecast/chromecast.gyp (right): > > https://codereview.chromium.org/866843004/diff/1/chromecast/chromecast.gyp#newcode266 > ...
5 years, 11 months ago (2015-01-22 20:52:08 UTC) #7
byungchul
PTAL
5 years, 11 months ago (2015-01-23 04:05:21 UTC) #8
gunsch
https://codereview.chromium.org/866843004/diff/80001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/80001/chromecast/chromecast.gyp#newcode267 chromecast/chromecast.gyp:267: '-e', 'CAST_BUILD_RELEASE="<!(cat <(cast_build_release))"', How does this fallback if "internal" ...
5 years, 11 months ago (2015-01-23 16:50:33 UTC) #9
byungchul
https://codereview.chromium.org/866843004/diff/80001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/80001/chromecast/chromecast.gyp#newcode267 chromecast/chromecast.gyp:267: '-e', 'CAST_BUILD_RELEASE="<!(cat <(cast_build_release))"', On 2015/01/23 16:50:33, gunsch wrote: > ...
5 years, 11 months ago (2015-01-23 17:12:52 UTC) #10
lcwu1
lgtm
5 years, 11 months ago (2015-01-23 17:30:59 UTC) #11
gunsch
https://codereview.chromium.org/866843004/diff/100001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/100001/chromecast/chromecast.gyp#newcode268 chromecast/chromecast.gyp:268: # otherwize, a dev string is used. nit: otherwize ...
5 years, 11 months ago (2015-01-23 17:33:30 UTC) #12
byungchul
https://codereview.chromium.org/866843004/diff/100001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/866843004/diff/100001/chromecast/chromecast.gyp#newcode268 chromecast/chromecast.gyp:268: # otherwize, a dev string is used. On 2015/01/23 ...
5 years, 11 months ago (2015-01-23 17:51:27 UTC) #13
gunsch
lgtm
5 years, 11 months ago (2015-01-23 18:02:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866843004/120001
5 years, 11 months ago (2015-01-23 18:05:31 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 11 months ago (2015-01-23 18:59:27 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 19:00:36 UTC) #18
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/439edb66143eaaeae6ea0201d7e493ef41000377
Cr-Commit-Position: refs/heads/master@{#312887}

Powered by Google App Engine
This is Rietveld 408576698