[PATCH] debian: ignore performance corpus when making source package
David Bremner
david at tethera.net
Sun Mar 30 07:54:15 PDT 2014
Currently "make debian-snapshot" will include the performance corpus
tarball in the source package, which slows things down and wastes disk
space. tar-ignore is needed twice to keep the default exclude rules
(e.g. to exclude .git)
---
debian/source/options | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/source/options b/debian/source/options
index 7423a2d..7e95ec7 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1,3 @@
single-debian-patch
+tar-ignore
+tar-ignore=performance-test/download/*.tar.xz
--
1.9.0
More information about the notmuch
mailing list