summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* harmony: disable phone intent, override default ADW columns/rows.Chris Soyars2010-11-261-1/+1
|
* squisher: fix OS X darwin compatibilityTakuo Kitame2010-10-291-3/+7
| | | | | | | | Number of processors: use sysctl on darwin. xargs: fix incompatible arguments. sed: use gsed on darwin because -i option is not compatible. Change-Id: Ic3885db592e9588f01b69843add0e287ad35d4e9
* parallelize the launching of $OPTICHARGER form squiasher scriptgarth2010-10-161-1/+1
| | | | | | | | | | | | | | | | Before real 1m25.583s user 1m14.101s sys 0m21.717s After real 0m47.257s user 1m46.123s sys 0m23.453s Change-Id: I1ca0013f8dec9175027f2e9bed93786cfe3804d5
* Use unique temporary directories in optichargerSteve Kondik2010-08-221-4/+6
|
* Move squisher heapspace up to 512m, having problems on my box and buildbot. ↵Chris Soyars2010-08-211-1/+1
| | | | | | Others have reported issues as well. Change-Id: I38e4113591e052b73f72c8e22699c41e8fd0c322
* Squisher does not need 2GB to run.Steve Kondik2010-08-201-1/+1
| | | | Setting a limit this high causes the JVM to crash on certain systems.
* cmgerrit: remove from vendor, now merged into envsetupWes Garner2010-08-191-27/+0
|
* cmgerrit: if command line input is null, prompt user for the variablesWes Garner2010-08-181-2/+21
| | | | cmgerrit: cleanup wording to make it easier to understand
* +x on cmgerritJonas Larsson2010-08-181-0/+0
|
* vendorsetup: add vendor/cyanogen/tools to PATHWes Garner2010-08-181-1/+0
|
* CM Gerrit tool to make submissions easierWes Garner2010-08-181-0/+9
| | | | | | | | cmgerrit: fix typo cmgerrit: add pref for branch or change-id cmgerrit: fix a #blamewes
* Revert "Define the use of SquashFS for xbin via the product"Steve Kondik2010-07-241-2/+6
| | | | This reverts commit fb778f809f5203abe86f88c011c641e841b84095.
* Define the use of SquashFS for xbin via the productWes Garner2010-07-201-6/+2
|
* Fix error when checking CYANOGEN_NIGHTLY.Steve Kondik2010-07-161-2/+2
|
* Make squisher create the squashfs correctly for Dream/Sapphire devices.Chris Cosby2010-07-161-21/+29
|
* Rework squisher to be more maintainer friendlyChris Cosby2010-07-161-73/+110
|
* Force mksquasfs to version 4 (required for kernel-of-the-moment).Chris Cosby2010-07-161-4/+11
| | | | | squisher will now fail the build instead of failing runtime on Dream/Sapphire.
* Clean up kernel modules.Steve Kondik2010-07-111-0/+6
|
* Make squisher less verbose and check for mksquashfs.Pat Thoyts2010-07-111-5/+9
| | | | | | | If mksquashfs is unavailable then set NO_SQUASHFS true so that a valid OTA package is created. Reduces the amount of output by (optionally) using quite zip/unzip Make better use of sed (we don't need grep|sed as sed can match input).
* Make opticharger less verbose and clean up after itself.Pat Thoyts2010-07-111-13/+17
| | | | | | | | The verbose output of opticharger can obscure warning messages about missing tools so this patch reduces the noise. The script leaves droppings in /tmp so clean this up on exit using a trap. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* Fix squisher's modification to updater-script.Steve Kondik2010-07-091-5/+1
|
* Remove Welcome ui_print from squisher as it is now in the build.Chris Soyars2010-07-091-1/+0
|
* Fix bashismsSteve Kondik2010-07-071-2/+2
|
* Fix squisher on ArchLinux 32-bit chroot.ctso2010-07-031-6/+5
| | | | | | | | Something isn't setting the path correctly when running in a 32-bit chroot environment in ArchLinux. This causes the script to cd into $WORK/xbin. The PATH incorrectly contains ".", so all attempted commands (rm, mv, cp) fail to execute as it is trying to execute $WORK/xbin/{rm, mv, cp}.
* Fix error thrown by missing md5sum when building a nightly.ctso2010-07-031-5/+5
|
* Allow buildbot to use squisher without overcomplicating things.ctso2010-07-031-2/+7
|
* Add CM tools.Steve Kondik2010-06-282-0/+224