Skip to content

Commit 160c38a

Browse files
committed
Use gzip compressios for site deployment
fedorapeople.org recently dropped bzip2 support...
1 parent b180573 commit 160c38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aux/site-stage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [ ! -d target/site ]; then
88
exit 1
99
fi
1010

11-
tar cC target site | lbzip2 -u | ssh fedorapeople.org "cd public_html/xmvn/stage && rm -rf site && tar xjv"
11+
tar cC target site | gzip -9 | ssh fedorapeople.org "cd public_html/xmvn/stage && rm -rf site && tar xzv"

0 commit comments

Comments
 (0)