no more OSX bz2
This commit is contained in:
parent
860632b2a3
commit
41e808ec65
2 changed files with 1 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -164,9 +164,6 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
|||
rm -f tmp/git-annex.dmg
|
||||
hdiutil create -format UDBZ -srcfolder tmp/build-dmg \
|
||||
-volname git-annex -o tmp/git-annex.dmg
|
||||
# temporarily still create compressed image too
|
||||
rm -f tmp/git-annex.dmg.bz2
|
||||
bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2
|
||||
|
||||
ANDROID_FLAGS?=
|
||||
# Cross compile for Android.
|
||||
|
|
|
@ -23,7 +23,7 @@ several more. Handy if you don't otherwise have git installed.
|
|||
[Jimmy Tang](http://www.sgenomics.org/~jtang/) autobuilds
|
||||
the app for OSX Lion.
|
||||
|
||||
* [autobuild of git-annex.dmg.bz2](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/ref/master/git-annex.dmg.bz2) ([build logs](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/))
|
||||
* [autobuild of git-annex.dmg](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/ref/master/git-annex.dmg.bz2) ([build logs](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/))
|
||||
* [past builds](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/sha1/) -- directories are named from the commitid's
|
||||
|
||||
[[Joey]] autobuilds the app for Mavericks.
|
||||
|
|
Loading…
Reference in a new issue