Chromium Code Reviews| 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}" |