Skip to content
Snippets Groups Projects
Commit d5822230 authored by Seth Vargo's avatar Seth Vargo
Browse files

omnibus-ruby -> omnibus

parent a833e942
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -323,22 +323,22 @@ BUG FIXES:
- The initial release.
 
<!--- The following link definition list is generated by PimpMyChangelog --->
[#63]: https://github.com/opscode/omnibus-ruby/issues/63
[#67]: https://github.com/opscode/omnibus-ruby/issues/67
[#70]: https://github.com/opscode/omnibus-ruby/issues/70
[#71]: https://github.com/opscode/omnibus-ruby/issues/71
[#72]: https://github.com/opscode/omnibus-ruby/issues/72
[#73]: https://github.com/opscode/omnibus-ruby/issues/73
[#74]: https://github.com/opscode/omnibus-ruby/issues/74
[#77]: https://github.com/opscode/omnibus-ruby/issues/77
[#78]: https://github.com/opscode/omnibus-ruby/issues/78
[#79]: https://github.com/opscode/omnibus-ruby/issues/79
[#80]: https://github.com/opscode/omnibus-ruby/issues/80
[#81]: https://github.com/opscode/omnibus-ruby/issues/81
[#82]: https://github.com/opscode/omnibus-ruby/issues/82
[#83]: https://github.com/opscode/omnibus-ruby/issues/83
[#85]: https://github.com/opscode/omnibus-ruby/issues/85
[#86]: https://github.com/opscode/omnibus-ruby/issues/86
[#63]: https://github.com/opscode/omnibus/issues/63
[#67]: https://github.com/opscode/omnibus/issues/67
[#70]: https://github.com/opscode/omnibus/issues/70
[#71]: https://github.com/opscode/omnibus/issues/71
[#72]: https://github.com/opscode/omnibus/issues/72
[#73]: https://github.com/opscode/omnibus/issues/73
[#74]: https://github.com/opscode/omnibus/issues/74
[#77]: https://github.com/opscode/omnibus/issues/77
[#78]: https://github.com/opscode/omnibus/issues/78
[#79]: https://github.com/opscode/omnibus/issues/79
[#80]: https://github.com/opscode/omnibus/issues/80
[#81]: https://github.com/opscode/omnibus/issues/81
[#82]: https://github.com/opscode/omnibus/issues/82
[#83]: https://github.com/opscode/omnibus/issues/83
[#85]: https://github.com/opscode/omnibus/issues/85
[#86]: https://github.com/opscode/omnibus/issues/86
[@benjaminws]: https://github.com/benjaminws
[@christophergeers]: https://github.com/christophergeers
[@christophermaier]: https://github.com/christophermaier
Loading
Loading
omnibus-ruby NOTICE
===================
Developed at Chef Software, Inc (http://www.getchef.com).
Contributors and Copyright holders:
* Copyright 2012-2014, Chef Software, Inc. <legal@getchef.com>
![Omnibus Icon](lib/omnibus/assets/README-logo.png) Omnibus
===========================================================
[![Gem Version](http://img.shields.io/gem/v/omnibus.svg)][gem]
[![Build Status](http://img.shields.io/travis/opscode/omnibus-ruby.svg)][travis]
[![Build Status](http://img.shields.io/travis/opscode/omnibus.svg)][travis]
 
[gem]: https://rubygems.org/gems/omnibus
[travis]: http://travis-ci.org/opscode/omnibus-ruby
[travis]: http://travis-ci.org/opscode/omnibus
 
Easily create full-stack installers for your project across a variety of platforms.
 
Loading
Loading
@@ -81,7 +81,7 @@ s3_secret_key ENV['S3_SECRET_KEY']
s3_bucket ENV['S3_BUCKET']
```
 
For more information, please see the [`Config` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Config).
For more information, please see the [`Config` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Config).
 
You can tell Omnibus to load a difference configuration file by passing the `--config` option to any command:
 
Loading
Loading
@@ -122,7 +122,7 @@ Some DSL methods available include:
| `build_iteration` | The package iteration number |
| `dependency` | An Omnibus software-defined component to include in this package |
 
For more information, please see the [`Project` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Project).
For more information, please see the [`Project` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Project).
 
 
### Software
Loading
Loading
@@ -183,7 +183,7 @@ end
 
Since the software definitions are simply ruby code, you can conditionally execute anything by wrapping it with pure Ruby that tests for the version number.
 
For more DSL methods, please consult the [`Software` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Software).
For more DSL methods, please consult the [`Software` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Software).
 
#### Sharing software definitions
The easiest way to share organization-wide software is via bundler and Rubygems. For an example software repository, look at Chef's [omnibus-software](https://github.com/opscode/omnibus-software). For more information, please see the [Rubygems documentation](http://guides.rubygems.org/publishing/).
Loading
Loading
Loading
Loading
@@ -8,10 +8,10 @@ Gem::Specification.new do |gem|
gem.version = Omnibus::VERSION
gem.license = 'Apache 2.0'
gem.author = 'Chef Software, Inc.'
gem.email = 'info@getchef.com'
gem.description = 'Omnibus helps you build self-installing, full-stack software builds.'
gem.summary = gem.description
gem.homepage = 'https://github.com/opscode/omnibus-ruby'
gem.email = 'releng@getchef.com'
gem.summary = 'Omnibus is a framework for building self-installing, full-stack software builds.'
gem.description = gem.summary
gem.homepage = 'https://github.com/opscode/omnibus'
 
gem.required_ruby_version = '>= 1.9.1'
 
Loading
Loading
Loading
Loading
@@ -27,10 +27,10 @@ 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.
 
Loading
Loading
Loading
Loading
@@ -36,11 +36,11 @@ build do
#
#####################################################################
#
# since omnibus-ruby is not architected to intentionally let the
# since omnibus is not architected to intentionally let the
# software definitions define the #build_version and
# #build_iteration of the package artifact, we're going to implement
# a temporary hack here that lets us do so. this type of use case
# will become a feature of omnibus-ruby in the future, but in order
# will become a feature of omnibus in the future, but in order
# to get things shipped, we'll hack it up here.
#
# <3 Stephen
Loading
Loading
Loading
Loading
@@ -57,11 +57,11 @@ build do
#
#####################################################################
#
# since omnibus-ruby is not architected to intentionally let the
# since omnibus is not architected to intentionally let the
# software definitions define the #build_version and
# #build_iteration of the package artifact, we're going to implement
# a temporary hack here that lets us do so. this type of use case
# will become a feature of omnibus-ruby in the future, but in order
# will become a feature of omnibus in the future, but in order
# to get things shipped, we'll hack it up here.
#
# <3 Stephen
Loading
Loading
Loading
Loading
@@ -48,7 +48,7 @@ env = {
 
build do
# Nasty hack to set the artifact version until this gets fixed:
# https://github.com/opscode/omnibus-ruby/issues/134
# https://github.com/opscode/omnibus/issues/134
block do
project = self.project
if project.name == "chefdk"
Loading
Loading
Loading
Loading
@@ -140,7 +140,7 @@ build do
# openssl build process uses a `makedepend` tool that we build inside the bundle.
env["PATH"] = "#{install_dir}/embedded/bin" + File::PATH_SEPARATOR + ENV["PATH"]
 
# @todo: move into omnibus-ruby
# @todo: move into omnibus
has_gmake = system("gmake --version")
 
if has_gmake
Loading
Loading
Loading
Loading
@@ -146,7 +146,7 @@ build do
"GEM_HOME" => nil
})
 
# @todo: move into omnibus-ruby
# @todo: move into omnibus
has_gmake = system("gmake --version")
 
if has_gmake
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment