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

import common

from devbot import build

common.setup()
build.clean()