We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b180573 commit 160c38aCopy full SHA for 160c38a
1 file changed
aux/site-stage
@@ -8,4 +8,4 @@ if [ ! -d target/site ]; then
8
exit 1
9
fi
10
11
-tar cC target site | lbzip2 -u | ssh fedorapeople.org "cd public_html/xmvn/stage && rm -rf site && tar xjv"
+tar cC target site | gzip -9 | ssh fedorapeople.org "cd public_html/xmvn/stage && rm -rf site && tar xzv"
0 commit comments