From c405fe38b82f87c85345d9436731f43efed4ba73 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 25 Dec 2012 21:40:43 +0000 Subject: Setup the environment after cleaning Otherwise we miss directories which are created in environ. --- (limited to 'devbot/build.py') diff --git a/devbot/build.py b/devbot/build.py index 2e9ee44..7b4d64a 100644 --- a/devbot/build.py +++ b/devbot/build.py @@ -44,14 +44,14 @@ def pull(): return True def build(full=False): - environ.setup() - - _ccache_reset() - if full or state.full_build_is_required(): state.clean_build_state() clean() + environ.setup() + + _ccache_reset() + state.full_build_touch() for module in config.load_modules(): -- cgit v0.9.1