diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-31 05:54:27 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-31 05:54:27 -0400 |
commit | cb3c7c3a55988c37d68637c04fcf9df70757b84f (patch) | |
tree | 0aea61dc62d385775088dc74a25d617e6c93f051 /acprep | |
parent | faaafdd3ef87eb245dff251bf9315fce7ef56519 (diff) | |
parent | d86fb46650d596ff387dc614bf32d608d8ef48f7 (diff) | |
download | fork-ledger-cb3c7c3a55988c37d68637c04fcf9df70757b84f.tar.gz fork-ledger-cb3c7c3a55988c37d68637c04fcf9df70757b84f.tar.bz2 fork-ledger-cb3c7c3a55988c37d68637c04fcf9df70757b84f.zip |
Merge branch 'next'
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1330,8 +1330,6 @@ class PrepareBuild(CommandLineApp): def phase_proof(self, *args): self.log.info('Executing phase: proof') - self.phase_makeall(*args) - self.log.info('=== Copying source tree ===') self.phase_rsync() |