diff options
author | Thomas Rueckstiess <thomas@rueckstiess.net> | 2015-02-12 15:55:43 +1100 |
---|---|---|
committer | Ramon Fernandez <ramon.fernandez@mongodb.com> | 2015-02-12 10:50:23 -0500 |
commit | af66c7f7ca777d81275ae1994ba6bfebbda17e39 (patch) | |
tree | f0f3a0b77f0187fc4e00ca6ce93e2ed108488de0 /buildscripts | |
parent | c4744e05e97ec93b7fad925502946207fa02ef84 (diff) | |
download | mongo-af66c7f7ca777d81275ae1994ba6bfebbda17e39.tar.gz |
SERVER-17267 exclude wtstats template sources from changed path.
added in review: implement Keith's suggestion
Closes #923
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
(cherry picked from commit 5765560344674eec2327e43db7ff881d67b226ec)
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/update-vendor-wiredtiger | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildscripts/update-vendor-wiredtiger b/buildscripts/update-vendor-wiredtiger index ec34ecf1cbc..e4fbf9ce64e 100755 --- a/buildscripts/update-vendor-wiredtiger +++ b/buildscripts/update-vendor-wiredtiger @@ -41,8 +41,9 @@ mkdir -p wiredtiger tar -x --strip-components 1 \ --exclude '*/api' --exclude '*/dist/package' --exclude '*/examples' \ - --exclude '*/src/docs' --exclude '*/test' --exclude '*/tools/3rdparty' \ - --exclude '*/tools/template' \ + --exclude '*/src/docs' --exclude '*/test' \ + --exclude '*/tools/wtperf_stats' \ + --exclude '*/tools/wtstats/template' \ -C wiredtiger -f ${TARBALL} git add wiredtiger |