Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/buildbot/bin/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/bin/buildbot')
-rwxr-xr-xbuildbot/bin/buildbot4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildbot/bin/buildbot b/buildbot/bin/buildbot
new file mode 100755
index 0000000..7295b00
--- /dev/null
+++ b/buildbot/bin/buildbot
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+
+from buildbot.scripts import runner
+runner.run()