chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.main.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e05479
)
Actually compress the .tar.gz
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 14 Aug 2009 00:17:07 +0000
(
01:17
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 14 Aug 2009 00:17:07 +0000
(
01:17
+0100)
yarrg/web/source.tar.gz
patch
|
blob
|
history
diff --git
a/yarrg/web/source.tar.gz
b/yarrg/web/source.tar.gz
index 157b65fe5b6e4c36b90632d0900fa231fcf32d44..7a0525a564880bd035c4db55d78a5cb8cbb50d34 100755
(executable)
--- 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 $!;
}