Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/auto-install
diff options
context:
space:
mode:
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()