On 12/03/14 21:31, Justin Cormack wrote: > On Wed, Mar 12, 2014 at 11:44 AM, Antti Kantee <[email protected]> wrote: >> Just to avoid catching any in-flight commits, maybe change the script to >> checkout an explicit timestamp instead of HEAD, e.g.: >> ./checkout.sh cvs nbsrc -D "$(TZ=UTC date +'%Y%m%d %H%M' -d '30 min >> ago')UTC" >> (as a side-effect that also documents how to checkout the tree from when >> failures started) > > Annoyingly buildbot doesn't do shell expansions, so I need to remember > how to do dates in Python... will sort out.
Can't you just run the script as sh -c '...'? > I added two cross compile builds (ppc and arm), although these don't > (yet) run the tests with qemu. nice. cross-compilation should make things bearably fast, too. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
