Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-12 01:37:06 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-12 01:37:06 (GMT)
commit4177c7094df0a5d637188ffa84f3d8a70223fde7 (patch)
treeff7470d4177dfab1db27eed0e0cd04df5f5c824c /commands
parentf59fdec239b3a263f6f87d82fa7a7b7fc470872e (diff)
Drop part of the release code
This will go in buildbot
Diffstat (limited to 'commands')
-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)