diff options
author | David Bremner <david@tethera.net> | 2014-03-30 11:54:15 -0300 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-04-05 12:53:40 -0300 |
commit | f516b7caa2a4fe55d89af508735a1bdd191b26e0 (patch) | |
tree | eae43563b632e5575b23fe32aec3876692fae941 /debian | |
parent | 473930bb6fb167078a9428ad85f53accf7d4559f (diff) |
debian: ignore performance corpus when making source package
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)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/source/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/source/options b/debian/source/options index 7423a2df..7e95ec71 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,3 @@ single-debian-patch +tar-ignore +tar-ignore=performance-test/download/*.tar.xz |