summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-28 05:22:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-28 05:22:20 -0500
commit1a45d745438b4571d23c19a0c3fe97f68bccd4f0 (patch)
tree435c5dafc6af49d2bf9af71180a447653a117a2a /acprep
parentfcd05632e0fa8798dc7d284609fc9ee88cabf4b8 (diff)
downloadfork-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-xacprep3
1 files changed, 2 insertions, 1 deletions
diff --git a/acprep b/acprep
index a7be68d6..e303ea61 100755
--- a/acprep
+++ b/acprep
@@ -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)