Skip to content

Commit

Permalink
omnibus-ruby -> omnibus
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 23, 2014
1 parent a833e94 commit d582223
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 44 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions NOTICE

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![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.

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/).
Expand Down
8 changes: 4 additions & 4 deletions omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions spec/data/complicated/config/software/cacerts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
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.

Expand Down
4 changes: 2 additions & 2 deletions spec/data/complicated/config/software/chef-windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#
#####################################################################
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions spec/data/complicated/config/software/chef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
#
#####################################################################
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion spec/data/complicated/config/software/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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"
Expand Down
2 changes: 1 addition & 1 deletion spec/data/complicated/config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion spec/data/complicated/config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"GEM_HOME" => nil
})

# @todo: move into omnibus-ruby
# @todo: move into omnibus
has_gmake = system("gmake --version")

if has_gmake
Expand Down

0 comments on commit d582223

Please sign in to comment.