From c7be363ef34d1228ad3d1d1aeba4911fbde1242f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 08:50:36 +0000 Subject: Move logging out of the makefile So that it's possible to run the same scripts from the shell. --- (limited to 'commands/helpers') 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() -- cgit v0.9.1