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

Unified Diff: enter_chroot.sh

Issue 6633009: Re-enable chroot passthru for AU server environment variable override (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Splitting lines more than 80 chars and added missing period Created 9 years, 9 months 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: enter_chroot.sh
diff --git a/enter_chroot.sh b/enter_chroot.sh
index 973d1980490a19929d441983a2b9f86d45bf5aa1..9d2645f6f47345968020bcbca4282ee1c94db6cf 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -355,6 +355,16 @@ CHROOT_PASSTHRU="BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_
CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \
CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID:-"{DEV-BUILD}"}"
+# Set CHROMEOS_VERSION_TRACK, CHROMEOS_VERSION_AUSERVER,
+# CHROMEOS_VERSION_DEVSERVER as environment variables to override the default
+# assumptions (local AU server). These are used in cros_set_lsb_release, and
+# are used by external Chromium OS builders.
+
petkov 2011/03/14 22:11:21 remove blank line
+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
TARGET="/home/${USER}/.subversion"
mkdir -p "${FLAGS_chroot}${TARGET}"
« 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