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/clean9
1 files changed, 5 insertions, 4 deletions
diff --git a/commands/clean b/commands/clean
index fcfe193..2fa1d61 100755
--- a/commands/clean
+++ b/commands/clean
@@ -12,10 +12,6 @@ from devbot import state
from devbot import config
common.setup()
-build.clean()
-environ.clean()
-state.clean()
-config.clean()
os.chdir(config.logs_dir)
@@ -33,3 +29,8 @@ for filename in glob.glob("*.log"):
except OSError:
# Files migth not exist
pass
+
+build.clean()
+environ.clean()
+state.clean()
+config.clean()