diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -854,7 +854,8 @@ class PrepareBuild(CommandLineApp): def phase_update(self, *args): self.log.info('Executing phase: update') self.phase_pull() - self.phase_check(*args) + #self.phase_check(*args) + self.phase_make(*args) ######################################################################### # Build directory cleaning phases # |