diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-28 05:22:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-28 05:22:20 -0500 |
commit | 1a45d745438b4571d23c19a0c3fe97f68bccd4f0 (patch) | |
tree | 435c5dafc6af49d2bf9af71180a447653a117a2a /acprep | |
parent | fcd05632e0fa8798dc7d284609fc9ee88cabf4b8 (diff) | |
download | fork-ledger-1a45d745438b4571d23c19a0c3fe97f68bccd4f0.tar.gz fork-ledger-1a45d745438b4571d23c19a0c3fe97f68bccd4f0.tar.bz2 fork-ledger-1a45d745438b4571d23c19a0c3fe97f68bccd4f0.zip |
Don't rsync as much when preparing proof builds
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1706,7 +1706,8 @@ class PrepareBuild(CommandLineApp): source_copy_dir = join(self.ensure(self.products_directory()), proof_dir) self.execute('rsync', '-a', '--delete', '--exclude=/dist/', - '--exclude=.git/', '--exclude=b/', '--exclude=/lib/', + '--exclude=.git/', '--exclude=b/', + '--exclude=/lib/boost-release/', '--exclude=/archive/', '--exclude=/build/', '%s/' % self.source_dir, '%s/' % source_copy_dir) |