X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fsource.tar.gz;h=13cd22f4d9040724a67d18839794b649493f2911;hb=ec244cf220ba2232df707da397dd10de776dbda2;hp=7a0525a564880bd035c4db55d78a5cb8cbb50d34;hpb=d07ad9029cd3df15db62d13f40345911e124f0a7;p=ypp-sc-tools.db-test.git diff --git a/yarrg/web/source.tar.gz b/yarrg/web/source.tar.gz index 7a0525a..13cd22f 100755 --- a/yarrg/web/source.tar.gz +++ b/yarrg/web/source.tar.gz @@ -33,7 +33,9 @@ the YARRG website's source code. -<%perl> +<%flags> +inherit => undef +<%perl> use IO::Pipe; use CommodsWeb; @@ -51,7 +53,10 @@ 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 | gzip + ) | ( + cpio -Hustar -o --quiet -0 -R 1000:1000 || \ + cpio -Hustar -o --quiet -0 + ) | gzip '; die $!; }