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, 0 insertions, 12 deletions
diff --git a/commands/distribute b/commands/distribute
deleted file mode 100755
index 6642e1e..0000000
--- a/commands/distribute
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-
-import common
-
-from devbot import build
-
-common.setup()
-
-if not build.distribute():
- sys.exit(1)