Commit Graph

8 Commits

Author SHA1 Message Date
Pat Thoyts
0e7f64ef60 Make opticharger less verbose and clean up after itself.
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>
2010-07-11 02:37:52 -04:00
Steve Kondik
7cfb49fcbd Fix squisher's modification to updater-script. 2010-07-09 01:34:30 -04:00
Chris Soyars
be30c574cf Remove Welcome ui_print from squisher as it is now in the build. 2010-07-09 03:01:47 +00:00
Steve Kondik
c47804f717 Fix bashisms 2010-07-07 09:06:39 -04:00
ctso
f095b8a85f Fix squisher on ArchLinux 32-bit chroot.
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}.
2010-07-03 08:16:59 +00:00
ctso
7e2391ad25 Fix error thrown by missing md5sum when building a nightly. 2010-07-03 06:31:37 +00:00
ctso
cff00cd108 Allow buildbot to use squisher without overcomplicating things. 2010-07-03 06:15:31 +00:00
Steve Kondik
ae76c84593 Add CM tools. 2010-06-28 11:47:56 -04:00