Add CHROME_* placeholders for setting official chrome versions for release builds.

Review URL: http://codereview.chromium.org/652098
This commit is contained in:
David McMahon 2010-02-23 14:34:08 -08:00
parent a92ecd6718
commit d185da4ee0

View File

@ -1,6 +1,6 @@
#!/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
# found in the LICENSE file.
@ -36,7 +36,6 @@ export CHROMEOS_VERSION_PATCH=0
# Codename of this version.
export CHROMEOS_VERSION_CODENAME=""
#############################################################################
# SET VERSION STRINGS
#############################################################################
@ -82,6 +81,12 @@ export CHROMEOS_VERSION_STRING=\
"${CHROMEOS_VERSION_MAJOR}.${CHROMEOS_VERSION_MINOR}"\
".${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.
echo "ChromeOS version information:"
env | egrep "^CHROMEOS_VERSION" | sed 's/^/ /'
env | egrep '^CHROMEOS_VERSION|CHROME_' | sed 's/^/ /'