Index: enter_chroot.sh |
diff --git a/enter_chroot.sh b/enter_chroot.sh |
index 973d1980490a19929d441983a2b9f86d45bf5aa1..75c6c03c32c7b3fa2c1d5e72ef9afe45c6093c9f 100755 |
--- a/enter_chroot.sh |
+++ b/enter_chroot.sh |
@@ -355,6 +355,10 @@ 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) |
gauravsh
2011/03/05 02:14:34
80 chars
|
+CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \ |
+CHROMEOS_VERSION_TRACK=$CHROMEOS_VERSION_TRACK CHROMEOS_VERSION_AUSERVER=$CHROMEOS_VERSION_AUSERVER CHROMEOS_VERSION_DEVSERVER=$CHROMEOS_VERSION_DEVSERVER" |
gauravsh
2011/03/05 02:14:34
80 chars
gauravsh
2011/03/05 02:14:34
put { } around the $ bash vars inside the assignme
|
+ |
if [ -d "$HOME/.subversion" ]; then |
TARGET="/home/${USER}/.subversion" |
mkdir -p "${FLAGS_chroot}${TARGET}" |