Index: enter_chroot.sh |
diff --git a/enter_chroot.sh b/enter_chroot.sh |
index 3ca59bf9e73a9ddd63e1d0931862869f190c0ed5..7f93c9771f2fc05aa682efac528b6dfa1c35f3ad 100755 |
--- a/enter_chroot.sh |
+++ b/enter_chroot.sh |
@@ -278,6 +278,12 @@ setup_env |
# Use git:8 chars of sha1 |
REVISION=$(cd ${FLAGS_trunk}/src/scripts ; git rev-parse --short=8 HEAD) |
CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_OFFICIAL" |
+#Adding OEM AU IF if it exists$ |
petkov
2010/11/17 01:01:12
Fix the comment.
Raja Aluri
2010/11/17 04:12:01
Done.
|
+if [ ! -n "$CHROMEOS_RELEASE_APPID" ]; then |
+ CHROMEOS_RELEASE_APPID="{DEV-BUILD}" |
+fi |
+CHROOT_PASSTHRU="CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID} ${CHROOT_PASSTHRU}" |
David McMahon
2010/11/17 00:28:37
You can skip the test and default setting above an
Raja Aluri
2010/11/17 04:12:01
Done.
|
+ |
if [ -d "$HOME/.subversion" ]; then |
# Bind mounting .subversion into chroot |
info "mounting ~/.subversion into chroot" |