Exclude testdata from the distribution tgzs; they don't need it and they're huge.
[citadel.git] / libcitadel / buildpackages
index 0766d401c2e2aaa324cd7bdf1ee3460777fe08fc..2d0fb56e590696f636530d2b1a438fd884dd74e9 100755 (executable)
@@ -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/
        ;;