Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:50:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:56:48 (GMT)
commitc7be363ef34d1228ad3d1d1aeba4911fbde1242f (patch)
tree6bd8a513755309152a78390b880a99442306959f /commands/helpers
parent2f69a407f93d8baff25ea15a500427fdc79e9fdf (diff)
Move logging out of the makefile
So that it's possible to run the same scripts from the shell.
Diffstat (limited to 'commands/helpers')
-rwxr-xr-xcommands/helpers/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/helpers/build b/commands/helpers/build
new file mode 100755
index 0000000..99f3048
--- /dev/null
+++ b/commands/helpers/build
@@ -0,0 +1,8 @@
+#!/usr/bin/python -u
+
+import common
+
+from devbot import build
+
+common.setup()
+build.build()