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

Unified Diff: archive_build.sh

Issue 3020037: Run mod_image_for_recovery.sh to create recovery image. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: foobar Created 10 years, 5 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_build.sh
diff --git a/archive_build.sh b/archive_build.sh
index 871963b06bdd2b1e2e2493ef6272eee274ccd286..407257189a31046380c21901a0a95182b396dc21 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -159,6 +159,13 @@ then
"--factory_install"
fi
+# Modify for recovery
+if [ $FLAGS_official_build -eq $FLAGS_TRUE ]
+then
+ ./enter_chroot.sh -- ./mod_image_for_recovery.sh --board $FLAGS_board \
+ --image $FLAGS_from/chromiumos_base_image.bin
+fi
+
# Remove the developer build if test image is also built.
if [ $FLAGS_test_mod -eq $FLAGS_TRUE ] ; then
rm -f ${SRC_IMAGE}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698