diff scripts/build.py @ 0:0b2a3581c48d

Import initial ''bitten'' source.
author cmlenz
date Sun, 22 May 2005 15:49:22 +0000
parents
children 3ba3fb6f0054
line wrap: on
line diff
new file mode 100755
--- /dev/null
+++ b/scripts/build.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+
+from trac.core import ComponentManager
+
+from bitten.recipe import RecipeExecutor
+from bitten.python import cmd_distutils, rep_pylint
+from bitten.general import cmd_make
+
+if __name__ == '__main__':
+    mgr = ComponentManager()
+    executor = RecipeExecutor(mgr)
+    executor.execute()
Copyright (C) 2012-2017 Edgewall Software