upgrade OS X FUSE to 3.0.9, update release todo docs

This commit is contained in:
Thomas Waldmann 2015-11-20 01:12:31 +01:00
parent b1ba7a84f0
commit 67c85734ba
2 changed files with 5 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -55,9 +55,9 @@ end
def packages_darwin def packages_darwin
return <<-EOF return <<-EOF
# get osxfuse 3.0.x pre-release code from github: # get osxfuse 3.0.x pre-release code from github:
curl -s -L https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.0.5/osxfuse-3.0.5.dmg >osxfuse.dmg curl -s -L https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.0.9/osxfuse-3.0.9.dmg >osxfuse.dmg
MOUNTDIR=$(echo `hdiutil mount osxfuse.dmg | tail -1 | awk '{$1="" ; print $0}'` | xargs -0 echo) \ MOUNTDIR=$(echo `hdiutil mount osxfuse.dmg | tail -1 | awk '{$1="" ; print $0}'` | xargs -0 echo) \
&& sudo installer -pkg "${MOUNTDIR}/Extras/FUSE for OS X 3.0.5.pkg" -target / && sudo installer -pkg "${MOUNTDIR}/Extras/FUSE for OS X 3.0.9.pkg" -target /
sudo chown -R vagrant /usr/local # brew must be able to create stuff here sudo chown -R vagrant /usr/local # brew must be able to create stuff here
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update brew update

View File

@ -170,4 +170,7 @@ Checklist:
- create a Github release, include: - create a Github release, include:
* standalone binaries (see above for how to create them) * standalone binaries (see above for how to create them)
+ for OS X, document the OS X Fuse version in the README of the binaries.
OS X FUSE uses a kernel extension that needs to be compatible with the
code contained in the binary.
* a link to ``CHANGES.rst`` * a link to ``CHANGES.rst``