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

import common

from devbot import build

common.setup()
build.build()