From d07ad9029cd3df15db62d13f40345911e124f0a7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 14 Aug 2009 01:17:07 +0100 Subject: [PATCH] Actually compress the .tar.gz --- yarrg/web/source.tar.gz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $!; } -- 2.30.2