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

Unified Diff: src/scripts/mod_image_for_test.sh

Issue 537009: Remove debian package built inside mod_image_for_test script. (Closed)
Patch Set: Remove debian package built inside mod_image_for_test script. Created 10 years, 11 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 | « src/scripts/mod_for_test_scripts/b500patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/mod_image_for_test.sh
diff --git a/src/scripts/mod_image_for_test.sh b/src/scripts/mod_image_for_test.sh
index 2aa1dd81a0d0cedfd9c1358cbc9a2f681a0b9da6..00c0993fe8a93c461e79f94c841171ba2aabb3d8 100755
--- a/src/scripts/mod_image_for_test.sh
+++ b/src/scripts/mod_image_for_test.sh
@@ -65,13 +65,6 @@ sudo mount "${LOOP_DEV}" "${ROOT_FS_DIR}"
echo "Modifying image ${FLAGS_image} for test..."
-# Run build steps for modify for test
-sudo mkdir -p "${ROOT_FS_DIR}/modify_build"
-scripts_dir="${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts"
-for script in "${scripts_dir}"/b[0-9][0-9][0-9]*[!$~]; do
- . ${script}
-done
-
MOD_SCRIPTS_ROOT="${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts"
sudo mkdir -p "${ROOT_FS_DIR}/modify_scripts"
sudo mount --bind "${MOD_SCRIPTS_ROOT}" "${ROOT_FS_DIR}/modify_scripts"
@@ -81,7 +74,6 @@ sudo chroot "${ROOT_FS_DIR}" "/modify_scripts/test_setup.sh"
sudo umount "${ROOT_FS_DIR}/modify_scripts"
sudo rmdir "${ROOT_FS_DIR}/modify_scripts"
-sudo rm -rf "${ROOT_FS_DIR}/modify_build"
cleanup
trap - EXIT
« no previous file with comments | « src/scripts/mod_for_test_scripts/b500patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698