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

Unified Diff: src/scripts/build_image.sh

Issue 460118: Split Continuous/User build and provide useful version information for continuous builder (Closed)
Patch Set: versioning Created 11 years 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 | « src/scripts/archive_build.sh ('k') | src/scripts/chromeos_version.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_image.sh
diff --git a/src/scripts/build_image.sh b/src/scripts/build_image.sh
index 77dc691d49adde463a083c1b4cac1898b9b73327..3bb5221c7efa7e5c819b2979246be0fdfa230202 100755
--- a/src/scripts/build_image.sh
+++ b/src/scripts/build_image.sh
@@ -216,7 +216,7 @@ SERVER2="$MIRROR2_INSIDE"
SUITE2="$FLAGS_suite2"
EOF
# ...and all CHROMEOS_ vars
-set | grep "^CHROMEOS_" >> $CUST_OPTS
+set | egrep "^CHROMEOS_|^BUILDBOT_" >> $CUST_OPTS
# Run the package install script
sudo chroot "$ROOT_FS_DIR" \
« no previous file with comments | « src/scripts/archive_build.sh ('k') | src/scripts/chromeos_version.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698