unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] debian: ignore performance corpus when making source package
@ 2014-03-30 14:54 David Bremner
  2014-04-05 16:27 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: David Bremner @ 2014-03-30 14:54 UTC (permalink / raw)
  To: notmuch

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-05 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30 14:54 [PATCH] debian: ignore performance corpus when making source package David Bremner
2014-04-05 16:27 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).