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

Unified Diff: chromeos_version.sh

Issue 4917001: Stop using CHROME_BUILD altogether - companion change coming in crostools. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_version.sh
diff --git a/chromeos_version.sh b/chromeos_version.sh
index fcebafb516e15b85a6e22b49fc0746ee0dd0a344..649898719e68ce9951777587ef63a5dc9819bd4f 100755
--- a/chromeos_version.sh
+++ b/chromeos_version.sh
@@ -84,9 +84,8 @@ export CHROMEOS_VERSION_STRING=\
# 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=
-export CHROME_VERSION="$CHROME_BUILD"
+# export CHROME_VERSION from incoming value or NULL and let ebuild default
+export CHROME_VERSION="$CHROME_VERSION"
scottz-goog 2010/11/12 23:51:23 So other scripts are calling this with CHROME_VERS
David McMahon 2010/11/13 00:38:06 Well this is kind of a hack on a hack. --chromebu
# Print (and remember) version info.
echo "ChromeOS version information:"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698