minio/buildscripts
tibbes 33c022fcec Fix checkdeps.sh on Mac (#3306)
Update the check_minimum_version function to use numeric comparison (not
string comparison) on components of version numbers. Fixes the following
output:

```
$ make
Checking deps:
ERROR
OSX version '10.11.6' not supported.
Minimum supported version: 10.8
make: *** [checks] Error 1
```
2016-11-21 12:25:46 -08:00
..
benchcmp.sh dist: Moved systemd scripts to minio-systemd. (#3136) 2016-10-31 02:37:32 -07:00
build.sh
checkdeps.sh Fix checkdeps.sh on Mac (#3306) 2016-11-21 12:25:46 -08:00
checkgopath.sh Fix path comparing in checkgopath (#3215) 2016-11-09 10:09:42 -08:00
gen-ldflags.go server: Move all the top level files into cmd folder. (#2490) 2016-08-18 16:23:42 -07:00
go-coverage.sh