cloudmesh / cloudmesh1

http://cloudmesh.org
Apache License 2.0
14 stars 12 forks source link

Cleanup checks for OS X major (10.YX) versions #194

Closed badmutex closed 9 years ago

badmutex commented 9 years ago

Previous code checked for hardcoded versions (eg 10.9.5, 10.10). A system running 10.10.2 would fail this check. It seems reasonable to assume that what works on 10.10.1 should be fine on 10.10.2. This change checks that the os version (eg 10.10.X) starts with a supported version (et 10.10).

badmutex commented 9 years ago

@laszewsk do you have any concerns about this change?

laszewsk commented 9 years ago

no. this is fine. put in documentatin that we only support officially the latest OSX version ….

On Mar 2, 2015, at 11:46 AM, badi notifications@github.com wrote:

@laszewsk https://github.com/laszewsk do you have any concerns about this change?

— Reply to this email directly or view it on GitHub https://github.com/cloudmesh/cloudmesh/pull/194#issuecomment-76748222.

badmutex commented 9 years ago

I'll update the documentation here: http://cloudmesh.github.io/introduction_to_cloud_computing/cloudmesh/setup/quickstart.html