<build description="Building System"
xmlns:sh="http://bitten.edgewall.org/tools/sh"
xmlns:python="http://bitten.edgewall.org/tools/python"
xmlns:svn="http://bitten.edgewall.org/tools/svn">
<step id="checkoutbuildout">
<svn:checkout url="file:///home/crchemist/python-bitten/svnrepo/"
path="buildouts/quintagroup.canonicalpath/trunk"/>
</step>
<step id="runbuildout">
<python:exec file="bootstrap.py" args="init"/>
<sh:exec file="bin/buildout" args="-N"/>
</step>
<step id="test">
<sh:exec file="bin/test" args="-s quintagroup.canonicalpath"/>
</step>
</build>
recipe for ready buildouts