spec/data/complicated/config/software/cacerts.rb in omnibus-3.2.0.rc.3 vs spec/data/complicated/config/software/cacerts.rb in omnibus-3.2.0
- old
+ new
@@ -25,13 +25,13 @@
build do
block do
FileUtils.mkdir_p(File.expand_path("embedded/ssl/certs", install_dir))
- # There is a bug in omnibus-ruby that may or may not have been fixed. Since the source url
- # does not point to an archive, omnibus-ruby tries to copy cacert.pem into the project working
+ # There is a bug in omnibus that may or may not have been fixed. Since the source url
+ # does not point to an archive, omnibus tries to copy cacert.pem into the project working
# directory. However, it fails and copies to '/var/cache/omnibus/src/cacerts-2012.12.19\' instead
- # There is supposed to be a fix in omnibus-ruby, but under further testing, it was unsure if the
+ # There is supposed to be a fix in omnibus, but under further testing, it was unsure if the
# fix worked. Rather than trying to fix this now, we're filing a bug and copying the cacert.pem
# directly from the cache instead.
FileUtils.cp(File.expand_path("cacert.pem", Config.cache_dir),
File.expand_path("embedded/ssl/certs/cacert.pem", install_dir))