From 91ea798d316865135643a569799f96f98de68ef8 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 25 Nov 2012 23:04:31 +0000 Subject: Split state out of build script so we can reuse it --- (limited to 'commands/clean') 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) -- cgit v0.9.1