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:
parent
7bf40863d7
commit
b97e9c1c2d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue