From 15980e294fcb70ce8e04efb198b26f66c4241ecb Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 25 Nov 2012 23:09:53 +0000 Subject: Create the logs dir rather than keeping it in git --- (limited to 'commands/clean') 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() -- cgit v0.9.1