Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers/build
blob: 190495513fae81c66e61ae7d5956974d7882f0bc (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python -u

import common

from devbot import build
from devbot import system

common.setup()
system.check()
build.build()