Don't include the test/testdata directory in the youtube-dl.tar.gz
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 15 Oct 2013 21:08:52 +0000 (23:08 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 15 Oct 2013 21:08:52 +0000 (23:08 +0200)
The last releases included big files that increased the size of the compressed file.

Makefile

index 85dacfa4c31f2b83860891d6339b8b4a0e48c6b7..abd89be49c6ba0fc67e34edccd3fc7a6d07bf546 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
                --exclude '*~' \
                --exclude '__pycache' \
                --exclude '.git' \
+        --exclude 'testdata' \
                -- \
                bin devscripts test youtube_dl \
                CHANGELOG LICENSE README.md README.txt \