chiark / gitweb /
Actually compress the .tar.gz
[ypp-sc-tools.db-live.git] / yarrg / web / source.tar.gz
index 157b65fe5b6e4c36b90632d0900fa231fcf32d44..7a0525a564880bd035c4db55d78a5cb8cbb50d34 100755 (executable)
@@ -51,7 +51,7 @@ if (!$pid) {
                 git-ls-files -z;
                 git-ls-files -z --others --exclude-from=.gitignore;
                 if test -d .git; then find .git -print0; fi
-               ) | cpio -Hustar -o --quiet -0 -R 1000:1000
+               ) | cpio -Hustar -o --quiet -0 -R 1000:1000 | gzip
        ';
        die $!;
 }