In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Hey guys, here's a little question. I'm looking for something like a > build system, where I can set up a bunch of jobs with dependencies, and > have them run in parallel. Ideally, I'd like a system where jobs can > be run in parallel, all the stdout and stderr for each job is kept in a > database of some kind, jobs can be anything that can be run at a > command line, and a failing job won't cause the whole run to fail. > I've been looking into some of the standard stuff (GNU make) and some > of the more pythonic stuff like SCons and AAP. SCons seems to do > parallel execution, which is nice, but I can't figure out from the docs > if it's possible to keep stdout and stderr somewhere. AAP seems to > have a nice interface, but it doesn't do parallel.
Here's something from the SCons Wiki: http://www.scons.org/cgi-bin/wiki/BuildLog -Steve -- So if you people can't figure out what my birthday is based on subtle hints and vague statements made at random intervals then I'm beginning to think that you really don't care. -- Dean Lenort, a.r.k. -- http://mail.python.org/mailman/listinfo/python-list