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

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: Making comments for chroot passthru clearer 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..adf5466f52a449a4a412a2f3996d16c41a2cc2f1 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
petkov 2011/03/14 21:59:00 80 chars
+# 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 21:59:00 periods at the end of the sentences.
+
+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