Exclude testdata from the distribution tgzs; they don't need it and they're huge.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 13:15:51 +0000 (14:15 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 13:15:51 +0000 (14:15 +0100)
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/
        ;;