From: Ian Jackson Date: Fri, 14 Aug 2009 00:17:07 +0000 (+0100) Subject: Actually compress the .tar.gz X-Git-Tag: 3.4~197 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=d07ad9029cd3df15db62d13f40345911e124f0a7 Actually compress the .tar.gz --- diff --git a/yarrg/web/source.tar.gz b/yarrg/web/source.tar.gz index 157b65f..7a0525a 100755 --- a/yarrg/web/source.tar.gz +++ b/yarrg/web/source.tar.gz @@ -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 $!; }