[DRE-commits] [ruby-mixlib-install] 02/02: Merge tag 'upstream/1.0.12'

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon May 30 13:35:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-mixlib-install.

commit 1bb1c833495877c08644663793fd3084f1224372
Merge: 42672ad 9b0b0ae
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon May 30 16:34:28 2016 +0300

    Merge tag 'upstream/1.0.12'
    
    Upstream version 1.0.12

 .gitignore                                         |   3 +
 .travis.yml                                        |   3 +-
 CHANGELOG.md                                       |  50 +++
 CONTRIBUTING.md                                    |  14 +
 Gemfile                                            |   3 +-
 PRODUCT_MATRIX.md                                  |  25 ++
 README.md                                          |  77 ++++-
 Rakefile                                           |  39 ++-
 acceptance/.gitignore                              |   2 +
 acceptance/Gemfile                                 |  12 +
 .../.acceptance/acceptance-cookbook/.gitignore     |   2 +
 .../.acceptance/acceptance-cookbook/metadata.rb    |   1 +
 .../acceptance-cookbook/recipes/destroy.rb         |   3 +
 .../acceptance-cookbook/recipes/provision.rb       |   3 +
 .../acceptance-cookbook/recipes/verify.rb          |   3 +
 acceptance/current/.kitchen.yml                    |  41 +++
 .../.acceptance/acceptance-cookbook/.gitignore     |   2 +
 .../.acceptance/acceptance-cookbook/metadata.rb    |   1 +
 .../acceptance-cookbook/recipes/destroy.rb         |   3 +
 .../acceptance-cookbook/recipes/provision.rb       |   3 +
 .../acceptance-cookbook/recipes/verify.rb          |   3 +
 acceptance/unstable/.kitchen.yml                   |  41 +++
 config.ru                                          |   7 +
 lib/mixlib/install.rb                              | 291 ++++++++----------
 lib/mixlib/install/artifact_info.rb                |  83 +++++
 lib/mixlib/install/backend.rb                      |  36 +++
 lib/mixlib/install/backend/artifactory.rb          | 205 +++++++++++++
 lib/mixlib/install/backend/base.rb                 | 112 +++++++
 lib/mixlib/install/backend/bintray.rb              | 338 +++++++++++++++++++++
 lib/mixlib/install/backend/omnitruck.rb            |  75 +++++
 lib/mixlib/install/generator.rb                    |  33 ++
 lib/mixlib/install/generator/base.rb               |  65 ++++
 lib/mixlib/install/generator/bourne.rb             |  75 +++++
 .../bourne/scripts/artifactory_urls.sh.erb         |  28 ++
 .../generator/bourne/scripts/fetch_metadata.sh.erb |  46 +++
 .../generator/bourne/scripts/fetch_package.sh      |  53 ++++
 .../install/generator/bourne/scripts/helpers.sh    | 331 ++++++++++++++++++++
 .../generator/bourne/scripts/install_package.sh    |  33 ++
 .../generator/bourne/scripts/platform_detection.sh | 182 +++++++++++
 .../bourne/scripts/script_cli_parameters.sh        |  36 +++
 lib/mixlib/install/generator/powershell.rb         | 101 ++++++
 .../scripts/get_project_metadata.ps1.erb           |  85 ++++++
 .../get_project_metadata_for_artifactory.ps1.erb   |  75 +++++
 .../generator/powershell/scripts/helpers.ps1       |  80 +++++
 .../powershell/scripts/install_project.ps1         |  95 ++++++
 .../powershell/scripts/platform_detection.ps1      |   4 +
 lib/mixlib/install/options.rb                      | 144 +++++++++
 lib/mixlib/install/product.rb                      | 293 ++++++++++++++++++
 lib/mixlib/install/script_generator.rb             | 217 +++++++++++++
 lib/mixlib/install/version.rb                      |   2 +-
 metadata.yml                                       | 101 ------
 mixlib-install.gemspec                             |  11 +-
 support/install_command.ps1                        |  40 ++-
 53 files changed, 3304 insertions(+), 307 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mixlib-install.git



More information about the Pkg-ruby-extras-commits mailing list