view scripts/build.py @ 3:9ac0ee86ec7c

Some cleanup to the recipe commands and reporters.
author cmlenz
date Sun, 22 May 2005 23:12:16 +0000
parents 3ba3fb6f0054
children 196009657e5e
line wrap: on
line source
#!/usr/bin/env python

from trac.core import ComponentManager

from bitten.recipe import Recipe, RecipeExecutor
from bitten.python import cmd_distutils, rep_pylint, rep_unittest, rep_trace
from bitten.general import cmd_make

if __name__ == '__main__':
    mgr = ComponentManager()
    recipe = Recipe()
    RecipeExecutor(mgr).execute(recipe)
Copyright (C) 2012-2017 Edgewall Software