chiark / gitweb /
Remove query-specific invocations from lookup (regexp preserving query entries remains)
[ypp-sc-tools.db-live.git] / yarrg / web / source.tar.gz
index 157b65fe5b6e4c36b90632d0900fa231fcf32d44..8825da4a500f6b974e2614f78ce2a05d35dc3ddf 100755 (executable)
@@ -33,7 +33,9 @@
  the YARRG website's source code.
 
 
-</%doc><%perl>
+</%doc><%flags>
+inherit => undef
+</%flags><%perl>
 use IO::Pipe;
 use CommodsWeb;
 
@@ -51,7 +53,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 $!;
 }