Index: enter_chroot.sh |
diff --git a/enter_chroot.sh b/enter_chroot.sh |
index 973d1980490a19929d441983a2b9f86d45bf5aa1..a4dfd49c260a5e93b9c830b3b9e7bb090f378680 100755 |
--- a/enter_chroot.sh |
+++ b/enter_chroot.sh |
@@ -355,6 +355,13 @@ 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:05:07
80 chars.
Also, you might want to mention that th
|
+# as environment variables to override the default assumptions (local AU server) |
petkov
2011/03/14 21:05:07
refer to cros_set_lsb_release here.
|
+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}" |