Commit Graph

7 Commits

Author SHA1 Message Date
Paul Stewart
90f689c2d3 Pack and unpack scripts switched to bash
The "[[ ... ]]" syntax is bash-specific.  Reflect this by changing shbang to "#!/bin/bash".  Many of our dev systems symlink "/bin/sh" to "/bin/bash" which has masked this problem for a long time, but "real" sh fails on "[[".

BUG=none
TEST=rerun

Review URL: http://codereview.chromium.org/2825050
2010-07-19 10:37:06 -07:00
Bill Richardson
fc752ffdfa Use new cgpt tool when creating images and the pack/unpack scripts.
Review URL: http://codereview.chromium.org/2792011
2010-06-11 09:16:09 -07:00
robotboy
32ddb4282f Only search for the gpt tool if we need it.
Review URL: http://codereview.chromium.org/1747005
2010-04-21 14:46:00 -07:00
Yusuke Sato
e5b9621b89 Revert "Only search for the gpt tool if we need it."
This reverts commit c8f8d220a2cdb3cd5b464859de38c8504403e6d1.
2010-04-21 10:46:59 +09:00
robotboy
3e9204c315 Only search for the gpt tool if we need it.
Review URL: http://codereview.chromium.org/1604041
2010-04-20 17:17:03 -07:00
Sean O'Connor
d41bbf4fd5 devserver support for update images from buildbot.
Remove implicit sudo from gpt partition packing scripts.

Misc cleanup and fixes included.

Review URL: http://codereview.chromium.org/1633018
2010-04-16 13:50:40 -07:00
Bill Richardson
6dcea16492 Clean up temporary files and directories, add utilities.
Remove the temporary rootfs.image file and others that are left by build_image and related scripts. Also added tool to emit scripts that can pack and unpack the combined disk image.

Review URL: http://codereview.chromium.org/1567013
2010-03-31 19:20:24 -07:00