Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/clean.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/clean.py')
-rw-r--r--devbot/clean.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/devbot/clean.py b/devbot/clean.py
new file mode 100644
index 0000000..2ea935b
--- /dev/null
+++ b/devbot/clean.py
@@ -0,0 +1,7 @@
+from devbot import build
+from devbot import logs
+
+
+def clean():
+ build.clean()
+ logs.clean()