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

Issue 2218723003: Archive SDK by git hash in addition to version number (Closed)

Created:
4 years, 4 months ago by Bill Hesse
Modified:
4 years, 4 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Archive SDK by git hash in addition to version number This is needed for buildbot testers to download the SDK instead of building it. BUG= R=kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/8473409b9ca7398042a9cbaff8daefe2921c36c2

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M tools/bots/dart_sdk.py View 1 chunk +3 lines, -2 lines 4 comments Download

Messages

Total messages: 6 (2 generated)
Bill Hesse
https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py File tools/bots/dart_sdk.py (right): https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py#newcode85 tools/bots/dart_sdk.py:85: git_hash = 'hash/' + utils.GetGitRevision() Should I use 'hash/%s' ...
4 years, 4 months ago (2016-08-05 11:28:11 UTC) #2
kustermann
LGTM https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py File tools/bots/dart_sdk.py (right): https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py#newcode84 tools/bots/dart_sdk.py:84: git_number = utils.GetArchiveVersion() Is this really a number ...
4 years, 4 months ago (2016-08-05 11:32:37 UTC) #3
Bill Hesse
Committed patchset #1 (id:1) manually as 8473409b9ca7398042a9cbaff8daefe2921c36c2 (presubmit successful).
4 years, 4 months ago (2016-08-05 11:39:01 UTC) #5
Bill Hesse
4 years, 4 months ago (2016-08-05 22:07:28 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py
File tools/bots/dart_sdk.py (right):

https://codereview.chromium.org/2218723003/diff/1/tools/bots/dart_sdk.py#newc...
tools/bots/dart_sdk.py:84: git_number = utils.GetArchiveVersion()
On 2016/08/05 11:32:37, kustermann wrote:
> Is this really a number of a semantic version? If the latter, maybe rename to
> semver (or something like that).

This is a consecutive number for 'be', which I want to eliminate, and the
semantic version for 'dev' and 'stable'.

Powered by Google App Engine
This is Rietveld 408576698