rhwood / jenkins-slave-osx

Jenkins JNLP slave service for modern OS X systems
MIT License
191 stars 58 forks source link

Compatibility with macOS Sierra #48

Open magicdude4eva opened 8 years ago

magicdude4eva commented 8 years ago

Hi there,

I have just tried to install this on macOS Sierra and noticed that security.sh is not compatible and does not store the token.

The following check fails (the file is now called *-db)

....
if [ ! -f ~/Library/Keychains/${OSX_KEYCHAIN}]; then
....

The other thing I noticed is that the ssh keys are not generated.

rhwood commented 7 years ago

Thanks. It might take a couple of weeks for me to get to this.

nathan-osman commented 7 years ago

Any update on this?

boranx commented 7 years ago

Any update ?