mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Add CHROME_* placeholders for setting official chrome versions for release builds.
Review URL: http://codereview.chromium.org/652098
This commit is contained in:
parent
a92ecd6718
commit
d185da4ee0
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
@ -36,7 +36,6 @@ export CHROMEOS_VERSION_PATCH=0
|
|||||||
# Codename of this version.
|
# Codename of this version.
|
||||||
export CHROMEOS_VERSION_CODENAME=""
|
export CHROMEOS_VERSION_CODENAME=""
|
||||||
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# SET VERSION STRINGS
|
# SET VERSION STRINGS
|
||||||
#############################################################################
|
#############################################################################
|
||||||
@ -82,6 +81,12 @@ export CHROMEOS_VERSION_STRING=\
|
|||||||
"${CHROMEOS_VERSION_MAJOR}.${CHROMEOS_VERSION_MINOR}"\
|
"${CHROMEOS_VERSION_MAJOR}.${CHROMEOS_VERSION_MINOR}"\
|
||||||
".${CHROMEOS_VERSION_BRANCH}.${CHROMEOS_VERSION_PATCH}"
|
".${CHROMEOS_VERSION_BRANCH}.${CHROMEOS_VERSION_PATCH}"
|
||||||
|
|
||||||
|
# Set CHROME values (Used for releases) to pass to chromeos-chrome-bin ebuild
|
||||||
|
# URL to chrome archive
|
||||||
|
export CHROME_BASE=
|
||||||
|
# directory containing chrome-chromeos.zip - an svn rev or a full version
|
||||||
|
export CHROME_BUILD=
|
||||||
|
|
||||||
# Print version info.
|
# Print version info.
|
||||||
echo "ChromeOS version information:"
|
echo "ChromeOS version information:"
|
||||||
env | egrep "^CHROMEOS_VERSION" | sed 's/^/ /'
|
env | egrep '^CHROMEOS_VERSION|CHROME_' | sed 's/^/ /'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user