Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/auto-install
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-25 22:48:23 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-25 23:11:44 (GMT)
commiteabe548c679fd3d5192ddeae84fdfa03d0e4b8a7 (patch)
tree7740934107850f4f9587394a1fb549ce2f03a1ad /commands/auto-install
parent02816d68c81a1869fa5aff8a12fd5f6accc61dbf (diff)
Drop auto-install
Not useful anymore now that build is fast.
Diffstat (limited to 'commands/auto-install')
-rwxr-xr-xcommands/auto-install8
1 files changed, 0 insertions, 8 deletions
diff --git a/commands/auto-install b/commands/auto-install
deleted file mode 100755
index 2961321..0000000
--- a/commands/auto-install
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/python
-
-import common
-
-from devbot import autoinstall
-
-common.setup()
-autoinstall.observe()