#!/usr/bin/python -u import common from devbot import build from devbot import system common.setup() system.check() build.build()