Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/clean
diff options
context:
space:
mode:
Diffstat (limited to 'commands/clean')
-rwxr-xr-xcommands/clean6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/clean b/commands/clean
index 5fdee2f..fcfe193 100755
--- a/commands/clean
+++ b/commands/clean
@@ -7,9 +7,15 @@ import common
from devbot import build
from devbot import config
+from devbot import environ
+from devbot import state
+from devbot import config
common.setup()
build.clean()
+environ.clean()
+state.clean()
+config.clean()
os.chdir(config.logs_dir)