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

Unified Diff: enter_chroot.sh

Issue 5760004: Added option to set ChromeOS version name, track and AU/dev server URLs via environment variables (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Removed echo in CHROOT_PASSTHRU change that shouldn't have been there Created 10 years 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 | « chromeos_version.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: enter_chroot.sh
diff --git a/enter_chroot.sh b/enter_chroot.sh
index 606eaf51a6beef94cbca10047e282e08e2bf81de..431afa3bab30d35ffc036b733946ef124e4f999f 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -280,6 +280,8 @@ REVISION=$(cd ${FLAGS_trunk}/src/scripts ; git rev-parse --short=8 HEAD)
CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_OFFICIAL"
CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \
CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID:-"{DEV-BUILD}"}"
+CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \
+CHROMEOS_VERSION_TRACK=$CHROMEOS_VERSION_TRACK CHROMEOS_VERSION_AUSERVER=$CHROMEOS_VERSION_AUSERVER CHROMEOS_VERSION_DEVSERVER=$CHROMEOS_VERSION_DEVSERVER"
if [ -d "$HOME/.subversion" ]; then
# Bind mounting .subversion into chroot
« no previous file with comments | « chromeos_version.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698