Chromium Code Reviews| Index: src/scripts/archive_build.sh |
| diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh |
| index d050fd52ca8fb304ad17dc2b12ef5d119cce25f8..a7b767e16284e658df20ba0c0058648199fe9ac2 100755 |
| --- a/src/scripts/archive_build.sh |
| +++ b/src/scripts/archive_build.sh |
| @@ -106,10 +106,8 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ] |
| then |
| echo "Modifying image for test" |
| SRC_IMAGE="${FLAGS_from}/chromiumos_image.bin" |
|
Nick Sanders
2010/05/20 00:56:55
It looks like this is destructive to the image dir
|
| - cp -f "${SRC_IMAGE}" "${FLAGS_from}/chromiumos_image_bkup.bin" |
| ./enter_chroot.sh -- ./mod_image_for_test.sh --board $FLAGS_board --yes |
| mv "$SRC_IMAGE" "${FLAGS_from}/chromiumos_test_image.bin" |
| - mv "${FLAGS_from}/chromiumos_image_bkup.bin" "$SRC_IMAGE" |
| cd "${FLAGS_chroot}/build/${FLAGS_board}/usr/local" |
| echo "Archiving autotest build artifacts" |
| tar cjf "${FLAGS_from}/autotest.tar.bz2" autotest |