From: Wilfried Goesgens Date: Sat, 27 Nov 2010 13:15:51 +0000 (+0100) Subject: Exclude testdata from the distribution tgzs; they don't need it and they're huge. X-Git-Tag: v8.01~554 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=86553edc85004ac93fb02f1bad9bbea56d5d8825;p=citadel.git Exclude testdata from the distribution tgzs; they don't need it and they're huge. --- diff --git a/libcitadel/buildpackages b/libcitadel/buildpackages index 0766d401c..2d0fb56e5 100755 --- a/libcitadel/buildpackages +++ b/libcitadel/buildpackages @@ -109,6 +109,7 @@ EMAIL=citadel@outgesourced.org --exclude "*.d" \ --exclude "debian/*" \ --exclude "sysdep.h" \ + --exclude tests/testdata \ \ -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/ ;;