summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-12 21:35:12 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-13 11:20:29 -0500
commita6be8c0d9cee8c3a87a26f3d5e0fb6f58632bf43 (patch)
treeaa8d6be73a166eddac68ae2449ccde16ec208ac4 /buildscripts
parent43b83d0a3885b919efe3fe13631c39ed7c1f88e7 (diff)
downloadmongo-a6be8c0d9cee8c3a87a26f3d5e0fb6f58632bf43.tar.gz
WT exclude dist/packages, examples in update script
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/update-vendor-wiredtiger3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/update-vendor-wiredtiger b/buildscripts/update-vendor-wiredtiger
index 1cb01ee1df0..2012186b4a8 100755
--- a/buildscripts/update-vendor-wiredtiger
+++ b/buildscripts/update-vendor-wiredtiger
@@ -40,7 +40,8 @@ mkdir -p wiredtiger
# - Change to dir "wiredtiger" before extracting
tar -x --strip-components 1 \
- --exclude '*/api' --exclude '*/test' --exclude '*/tools/third_party' --exclude '*/src/docs' \
+ --exclude '*/api' --exclude '*/dist/package' --exclude '*/examples' \
+ --exclude '*/src/docs' --exclude '*/test' --exclude '*/tools/3rdparty' \
-C wiredtiger -f ${TARBALL}
git add wiredtiger