Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/auto-install
blob: 296132160107dfe45cb64e560894d03d14bf2390 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

import common

from devbot import autoinstall

common.setup()
autoinstall.observe()