Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/distribute
diff options
context:
space:
mode:
Diffstat (limited to 'commands/distribute')
-rwxr-xr-xcommands/distribute12
1 files changed, 12 insertions, 0 deletions
diff --git a/commands/distribute b/commands/distribute
new file mode 100755
index 0000000..1da8b0b
--- /dev/null
+++ b/commands/distribute
@@ -0,0 +1,12 @@
+#!/usr/bin/python -u
+
+import sys
+
+import common
+
+from devbot import build
+
+common.setup()
+
+if not build.distribute():
+ sys.exit(1)