Merge branch 'better-libossp-uuid-mirror' into 'master'

The mirror currently set in omnibus software points to an ftp is fairly flakey and limited.

This should be an alternative to the curl request to the broken ftp in the Makefile

There is an open merge request against omnibus software with this update to source:
https://github.com/chef/omnibus-software/pull/383

See merge request !327
This commit is contained in:
Marin Jankovski 2015-04-22 06:58:38 +00:00
commit 7f46d70855
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ override :rubygems, version: '2.2.1'
override :'chef-gem', version: '11.18.0'
override :'omnibus-ctl', version: '0.3.3'
override :zlib, version: '1.2.8'
override :'libossp-uuid', version: '1.6.2', source: { md5: "5db0d43a9022a6ebbbc25337ae28942f", url: "http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz" }
# Openssh needs to be installed
runtime_dependency "openssh-server"