compress standalone tarball with gzip --rsyncable

This should cut down on transfer overhead; in particular the arm
autobuilder is on a slow pipe.
This commit is contained in:
Joey Hess 2015-05-31 16:36:50 -04:00
parent 7bf40863d7
commit b97e9c1c2d

View file

@ -138,7 +138,7 @@ linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs
cd tmp/git-annex.linux && find . -type f > git-annex.MANIFEST
cd tmp/git-annex.linux && find . -type l >> git-annex.MANIFEST
cd tmp && tar czf git-annex-standalone-$(shell dpkg --print-architecture).tar.gz git-annex.linux
cd tmp && tar c git-annex.linux | gzip -9 --rsyncable > git-annex-standalone-$(shell dpkg --print-architecture).tar.gz
# Run this target to build git-annex-standalone*.deb
debianstandalone: dpkg-buildpackage-F