mixlib-install 3.9.0 → 3.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +5 -5
  2. data/lib/mixlib/install/options.rb +1 -1
  3. data/lib/mixlib/install/version.rb +1 -1
  4. data/mixlib-install.gemspec +1 -1
  5. metadata +3 -112
  6. data/.expeditor/config.yml +0 -20
  7. data/.expeditor/update_version.sh +0 -9
  8. data/.gitattributes +0 -3
  9. data/.github/CODEOWNERS +0 -3
  10. data/.gitignore +0 -13
  11. data/.rspec +0 -2
  12. data/.rubocop.yml +0 -2
  13. data/.travis.yml +0 -61
  14. data/CHANGELOG.md +0 -220
  15. data/CONTRIBUTING.md +0 -14
  16. data/VERSION +0 -1
  17. data/acceptance/.gitignore +0 -8
  18. data/acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/.gitignore +0 -8
  19. data/acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  20. data/acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  21. data/acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -24
  22. data/acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -11
  23. data/acceptance/.suites/ubuntu_install_checksum/inspec/verify.rb +0 -78
  24. data/acceptance/.suites/ubuntu_install_checksum/terraform/application.tf +0 -95
  25. data/acceptance/.suites/ubuntu_install_checksum/terraform/aws.tf +0 -8
  26. data/acceptance/.suites/ubuntu_install_checksum/terraform/variables.tf +0 -27
  27. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/.gitignore +0 -2
  28. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/libraries/chef_extentions.rb +0 -74
  29. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  30. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  31. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -49
  32. data/acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -9
  33. data/acceptance/.suites/windows-nano/inspec/verify.rb +0 -11
  34. data/acceptance/.suites/windows-nano/terraform/application.tf +0 -59
  35. data/acceptance/.suites/windows-nano/terraform/aws.tf +0 -8
  36. data/acceptance/.suites/windows-nano/terraform/variables.tf +0 -10
  37. data/acceptance/Gemfile +0 -8
  38. data/acceptance/README.md +0 -6
  39. data/acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/.gitignore +0 -8
  40. data/acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  41. data/acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  42. data/acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -24
  43. data/acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -11
  44. data/acceptance/centos_install_checksum/inspec/verify.rb +0 -78
  45. data/acceptance/centos_install_checksum/terraform/application.tf +0 -95
  46. data/acceptance/centos_install_checksum/terraform/aws.tf +0 -8
  47. data/acceptance/centos_install_checksum/terraform/variables.tf +0 -27
  48. data/acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/.gitignore +0 -8
  49. data/acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  50. data/acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  51. data/acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -12
  52. data/acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -11
  53. data/acceptance/ubuntu_install_command/inspec/verify.rb +0 -3
  54. data/acceptance/ubuntu_install_command/terraform/application.tf +0 -78
  55. data/acceptance/ubuntu_install_command/terraform/aws.tf +0 -8
  56. data/acceptance/ubuntu_install_command/terraform/variables.tf +0 -27
  57. data/acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/.gitignore +0 -8
  58. data/acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  59. data/acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  60. data/acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -12
  61. data/acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -11
  62. data/acceptance/ubuntu_install_command_once/inspec/verify.rb +0 -7
  63. data/acceptance/ubuntu_install_command_once/terraform/application.tf +0 -78
  64. data/acceptance/ubuntu_install_command_once/terraform/aws.tf +0 -8
  65. data/acceptance/ubuntu_install_command_once/terraform/variables.tf +0 -27
  66. data/acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/.gitignore +0 -8
  67. data/acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  68. data/acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  69. data/acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -12
  70. data/acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -11
  71. data/acceptance/ubuntu_install_sh/inspec/verify.rb +0 -3
  72. data/acceptance/ubuntu_install_sh/terraform/application.tf +0 -78
  73. data/acceptance/ubuntu_install_sh/terraform/aws.tf +0 -8
  74. data/acceptance/ubuntu_install_sh/terraform/variables.tf +0 -27
  75. data/acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/.gitignore +0 -2
  76. data/acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  77. data/acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  78. data/acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -22
  79. data/acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -14
  80. data/acceptance/windows-server-2012r2-checksum/inspec/verify.rb +0 -21
  81. data/acceptance/windows-server-2012r2-checksum/terraform/application.tf +0 -94
  82. data/acceptance/windows-server-2012r2-checksum/terraform/aws.tf +0 -8
  83. data/acceptance/windows-server-2012r2-checksum/terraform/variables.tf +0 -16
  84. data/acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/.gitignore +0 -2
  85. data/acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/metadata.rb +0 -1
  86. data/acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  87. data/acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -12
  88. data/acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -14
  89. data/acceptance/windows-server-2012r2-fips/inspec/verify.rb +0 -3
  90. data/acceptance/windows-server-2012r2-fips/terraform/application.tf +0 -90
  91. data/acceptance/windows-server-2012r2-fips/terraform/aws.tf +0 -8
  92. data/acceptance/windows-server-2012r2-fips/terraform/variables.tf +0 -16
  93. data/acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/.gitignore +0 -2
  94. data/acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  95. data/acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  96. data/acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -13
  97. data/acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -14
  98. data/acceptance/windows-server-2012r2-once/inspec/verify.rb +0 -7
  99. data/acceptance/windows-server-2012r2-once/terraform/application.tf +0 -89
  100. data/acceptance/windows-server-2012r2-once/terraform/aws.tf +0 -8
  101. data/acceptance/windows-server-2012r2-once/terraform/variables.tf +0 -16
  102. data/acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/.gitignore +0 -2
  103. data/acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  104. data/acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -3
  105. data/acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -12
  106. data/acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -14
  107. data/acceptance/windows-server-2012r2-ps1/inspec/verify.rb +0 -3
  108. data/acceptance/windows-server-2012r2-ps1/terraform/application.tf +0 -89
  109. data/acceptance/windows-server-2012r2-ps1/terraform/aws.tf +0 -8
  110. data/acceptance/windows-server-2012r2-ps1/terraform/variables.tf +0 -16
  111. data/ci/before-script.sh +0 -18
  112. data/ci/es-infrastructure.pem.enc +0 -0
  113. data/ci/run-acceptance-tests.sh +0 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 18efadcbfa302f61d57f2c5870d63f32f909a1d3
4
- data.tar.gz: 47dec1565125b8b1bc7def1a250d33573df8140d
2
+ SHA256:
3
+ metadata.gz: 5a4b63c6826fed4e80a3012926129c7c5fe2febcf04546e6af712c7bfc2827e6
4
+ data.tar.gz: dbc5c368a802f495946ad3feb4e38906d5e7fb36c4f45cc1dc2e18b0b9dc7708
5
5
  SHA512:
6
- metadata.gz: cc9adf6054dbe1755131566760e75b96798fe0dc0b5658dae4a18558d416c456567147af714cfaad0ee3003330ce0aa6e12d824eab147040d22ea64cf1c824cf
7
- data.tar.gz: 07a84bef936628ccb7eb1fd0c52f3ca6bffa4b98bbf33b25fca3363ebce19578081049c5afc235914dc5d7c8b937df9ce78d5308ea764b7aa6ebf038bce6172d
6
+ metadata.gz: e3750e22b77e523fddcf103e4019c6a8d4a9699891611f184f71fa2390802f11d20e57174acd12421d65557ec3296c31a185c9e6f3f413997b0cbfa96becc1fc
7
+ data.tar.gz: 2587e90bcd358ca20a7e8ec1e1b04cd6a1e14ff58218eb66a817959ca4607c3f6566095616ff7c32d9fb06de363b716521bde641a3c6ca0b75748e5ea80977ba
@@ -64,7 +64,7 @@ module Mixlib
64
64
  :install_command_options,
65
65
  ]
66
66
 
67
- SUPPORTED_WINDOWS_DESKTOP_VERSIONS = %w{7 8 8.1 10}
67
+ SUPPORTED_WINDOWS_DESKTOP_VERSIONS = %w{10}
68
68
 
69
69
  SUPPORTED_WINDOWS_NANO_VERSIONS = %w{2016nano}
70
70
 
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "3.9.0"
3
+ VERSION = "3.9.3"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = "A library for interacting with Chef Software Inc's software distribution systems."
14
14
  spec.homepage = "https://chef.io"
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
+ spec.files = %w{LICENSE PRODUCT_MATRIX.md README.md Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{bin,lib,support}/**/*")
17
17
  spec.executables = ["mixlib-install"]
18
18
  spec.require_paths = ["lib"]
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-12-20 00:00:00.000000000 Z
12
+ date: 2018-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mixlib-shellout
@@ -62,121 +62,12 @@ executables:
62
62
  extensions: []
63
63
  extra_rdoc_files: []
64
64
  files:
65
- - ".expeditor/config.yml"
66
- - ".expeditor/update_version.sh"
67
- - ".gitattributes"
68
- - ".github/CODEOWNERS"
69
- - ".gitignore"
70
- - ".rspec"
71
- - ".rubocop.yml"
72
- - ".travis.yml"
73
- - CHANGELOG.md
74
- - CONTRIBUTING.md
75
65
  - Gemfile
76
66
  - LICENSE
77
67
  - PRODUCT_MATRIX.md
78
68
  - README.md
79
69
  - Rakefile
80
- - VERSION
81
- - acceptance/.gitignore
82
- - acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/.gitignore
83
- - acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/metadata.rb
84
- - acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb
85
- - acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/provision.rb
86
- - acceptance/.suites/ubuntu_install_checksum/.acceptance/acceptance-cookbook/recipes/verify.rb
87
- - acceptance/.suites/ubuntu_install_checksum/inspec/verify.rb
88
- - acceptance/.suites/ubuntu_install_checksum/terraform/application.tf
89
- - acceptance/.suites/ubuntu_install_checksum/terraform/aws.tf
90
- - acceptance/.suites/ubuntu_install_checksum/terraform/terraform.tfstate
91
- - acceptance/.suites/ubuntu_install_checksum/terraform/variables.tf
92
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/.gitignore
93
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/libraries/chef_extentions.rb
94
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/metadata.rb
95
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/destroy.rb
96
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/provision.rb
97
- - acceptance/.suites/windows-nano/.acceptance/acceptance-cookbook/recipes/verify.rb
98
- - acceptance/.suites/windows-nano/inspec/verify.rb
99
- - acceptance/.suites/windows-nano/terraform/application.tf
100
- - acceptance/.suites/windows-nano/terraform/aws.tf
101
- - acceptance/.suites/windows-nano/terraform/variables.tf
102
- - acceptance/Gemfile
103
- - acceptance/README.md
104
- - acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/.gitignore
105
- - acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/metadata.rb
106
- - acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb
107
- - acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/provision.rb
108
- - acceptance/centos_install_checksum/.acceptance/acceptance-cookbook/recipes/verify.rb
109
- - acceptance/centos_install_checksum/inspec/verify.rb
110
- - acceptance/centos_install_checksum/terraform/application.tf
111
- - acceptance/centos_install_checksum/terraform/aws.tf
112
- - acceptance/centos_install_checksum/terraform/variables.tf
113
- - acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/.gitignore
114
- - acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/metadata.rb
115
- - acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/destroy.rb
116
- - acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/provision.rb
117
- - acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/verify.rb
118
- - acceptance/ubuntu_install_command/inspec/verify.rb
119
- - acceptance/ubuntu_install_command/terraform/application.tf
120
- - acceptance/ubuntu_install_command/terraform/aws.tf
121
- - acceptance/ubuntu_install_command/terraform/variables.tf
122
- - acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/.gitignore
123
- - acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/metadata.rb
124
- - acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/destroy.rb
125
- - acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/provision.rb
126
- - acceptance/ubuntu_install_command_once/.acceptance/acceptance-cookbook/recipes/verify.rb
127
- - acceptance/ubuntu_install_command_once/inspec/verify.rb
128
- - acceptance/ubuntu_install_command_once/terraform/application.tf
129
- - acceptance/ubuntu_install_command_once/terraform/aws.tf
130
- - acceptance/ubuntu_install_command_once/terraform/variables.tf
131
- - acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/.gitignore
132
- - acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/metadata.rb
133
- - acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/destroy.rb
134
- - acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/provision.rb
135
- - acceptance/ubuntu_install_sh/.acceptance/acceptance-cookbook/recipes/verify.rb
136
- - acceptance/ubuntu_install_sh/inspec/verify.rb
137
- - acceptance/ubuntu_install_sh/terraform/application.tf
138
- - acceptance/ubuntu_install_sh/terraform/aws.tf
139
- - acceptance/ubuntu_install_sh/terraform/variables.tf
140
- - acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/.gitignore
141
- - acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/metadata.rb
142
- - acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/destroy.rb
143
- - acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/provision.rb
144
- - acceptance/windows-server-2012r2-checksum/.acceptance/acceptance-cookbook/recipes/verify.rb
145
- - acceptance/windows-server-2012r2-checksum/inspec/verify.rb
146
- - acceptance/windows-server-2012r2-checksum/terraform/application.tf
147
- - acceptance/windows-server-2012r2-checksum/terraform/aws.tf
148
- - acceptance/windows-server-2012r2-checksum/terraform/variables.tf
149
- - acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/.gitignore
150
- - acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/metadata.rb
151
- - acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/destroy.rb
152
- - acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
153
- - acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/verify.rb
154
- - acceptance/windows-server-2012r2-fips/inspec/verify.rb
155
- - acceptance/windows-server-2012r2-fips/terraform/application.tf
156
- - acceptance/windows-server-2012r2-fips/terraform/aws.tf
157
- - acceptance/windows-server-2012r2-fips/terraform/variables.tf
158
- - acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/.gitignore
159
- - acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/metadata.rb
160
- - acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/destroy.rb
161
- - acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/provision.rb
162
- - acceptance/windows-server-2012r2-once/.acceptance/acceptance-cookbook/recipes/verify.rb
163
- - acceptance/windows-server-2012r2-once/inspec/verify.rb
164
- - acceptance/windows-server-2012r2-once/terraform/application.tf
165
- - acceptance/windows-server-2012r2-once/terraform/aws.tf
166
- - acceptance/windows-server-2012r2-once/terraform/variables.tf
167
- - acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/.gitignore
168
- - acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/metadata.rb
169
- - acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/destroy.rb
170
- - acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/provision.rb
171
- - acceptance/windows-server-2012r2-ps1/.acceptance/acceptance-cookbook/recipes/verify.rb
172
- - acceptance/windows-server-2012r2-ps1/inspec/verify.rb
173
- - acceptance/windows-server-2012r2-ps1/terraform/application.tf
174
- - acceptance/windows-server-2012r2-ps1/terraform/aws.tf
175
- - acceptance/windows-server-2012r2-ps1/terraform/variables.tf
176
70
  - bin/mixlib-install
177
- - ci/before-script.sh
178
- - ci/es-infrastructure.pem.enc
179
- - ci/run-acceptance-tests.sh
180
71
  - lib/mixlib/install.rb
181
72
  - lib/mixlib/install/artifact_info.rb
182
73
  - lib/mixlib/install/backend.rb
@@ -227,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
118
  version: '0'
228
119
  requirements: []
229
120
  rubyforge_project:
230
- rubygems_version: 2.6.13
121
+ rubygems_version: 2.7.4
231
122
  signing_key:
232
123
  specification_version: 4
233
124
  summary: A library for interacting with Chef Software Inc's software distribution
@@ -1,20 +0,0 @@
1
- slack:
2
- notify_channel: jex-notify
3
-
4
- github:
5
- maintainer_group: chef/package-distribution-maintainers
6
- version_tag_format: v{{version}}
7
- minor_bump_labels:
8
- - "Version: Bump Minor"
9
-
10
- merge_actions:
11
- - built_in:bump_version:
12
- ignore_labels:
13
- - "Version: Skip Bump"
14
- - "Expeditor: Skip All"
15
- - bash:.expeditor/update_version.sh:
16
- only_if: built_in:bump_version
17
- - built_in:update_changelog:
18
- ignore_labels:
19
- - "Changelog: Skip Update"
20
- - "Expeditor: Skip All"
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
- #
3
- # After a PR merge, Chef Expeditor will bump the PATCH version in the VERSION file.
4
- # It then executes this file to update any other files/components with that new version.
5
- #
6
-
7
- set -evx
8
-
9
- sed -i -r "s/VERSION = \".+\"/VERSION = \"$(cat VERSION)\"/" lib/mixlib/install/version.rb
data/.gitattributes DELETED
@@ -1,3 +0,0 @@
1
- # Managing line ending conversions
2
- # See http://git-scm.com/docs/gitattributes#_end-of-line_conversion
3
- * text eol=lf
data/.github/CODEOWNERS DELETED
@@ -1,3 +0,0 @@
1
- # Order is important. The last matching pattern has the most precedence.
2
-
3
- * @chef/package-distribution-maintainers
data/.gitignore DELETED
@@ -1,13 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- tags
11
- .ruby-version
12
- .kitchen/
13
- .kitchen.local.yml
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --format documentation
2
- --color
data/.rubocop.yml DELETED
@@ -1,2 +0,0 @@
1
- AllCops:
2
- TargetRubyVersion: 1.9
data/.travis.yml DELETED
@@ -1,61 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- dist: precise
4
- cache: bundler
5
-
6
- addons:
7
- apt:
8
- sources:
9
- - chef-stable-precise
10
- packages:
11
- - chefdk
12
- - wget
13
- - unzip
14
- - ssh
15
-
16
- before_install:
17
- - gem install bundler
18
- - bundle --version
19
- - gem update --system
20
- - gem --version
21
-
22
- branches:
23
- only:
24
- - master
25
-
26
- matrix:
27
- include:
28
- # WE SUPPORT UPGRADES OF CHEF 11.x on RUBY 1.9.3 VIA chef_client_updater COOKBOOK
29
- - rvm: 1.9.3
30
- bundler_args: --without chefstyle functional --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
31
- script:
32
- - bundle exec rake unit
33
- - bundle exec rake functional
34
- - rvm: 2.0
35
- - rvm: 2.2
36
- - rvm: 2.3
37
- env: SUITE=ubuntu
38
- - rvm: 2.3
39
- env: SUITE=windows-server
40
- - rvm: 2.3
41
- env: SUITE=centos
42
-
43
- before_script:
44
- - ci/before-script.sh
45
- # put terraform on PATH
46
- - export PATH="$PWD/bin:$PATH"
47
-
48
- script:
49
- - bundle exec rake travis:ci
50
- - ci/run-acceptance-tests.sh
51
-
52
- env:
53
- global:
54
- # access key id
55
- - secure: "b/O77C/ebnrXw/xSTRMcAuhmUz9QH//jfh3XSQrZF2lRJZJbAbfL3L3SPLqQmPkMDJWCAJrs82umQJkZ0RJtSqX5ZzPUqdf2v5O4CyrfMqhQbsEA9GGUlBNaQmSWUHvOCPQZzI5GWMxgQb9Bhl4+ZekUoTgNZBjvh9uAHWuT1c1fNt5pHDYMXg4wyEnyF8tzLRVD5eTJwkKd+BodM1BUvdOITYv2xl6hlg7ZoJbo+onIVc8sRTnEjGiuprhaVyMSeTNSzxa/3jDxeX+HnJ/2HwpenIBXoSskZZViZHMd1Vy2sDUfYPfDjqwr389b8SInCehe1cCD8ouAr/7614IXxwoWSMjrVgkboB+KteRZyz0qVoqCpdS6NX0YBmu5I8T6jHr3OXVwVbcK03FrFhnS2Hg+oLhKLPKMvIFQ5347DEZ1LBv0ol//ltjk/cZX11yLiF2TrrDzSca3jb7kN/LJZ2AbGQdLJnqEhBm4NznHlPYfibLum0QwNXR/lZ47OJjBQnKc9nlN+iEOKbhby6/SCnW30xWJoMfNIULmW79heaNip16wDV0DBu44mmbKcFA6KMrNFex2+QpZGmNwbWJrwnvaJqVc6FNpRtNdShQ/81vJpn5Z6KKz676EHsM6LcXha1WnNj3eLYipWIg+4OSSmHJgRiuNC4JsgsYCaBfrDw8="
56
- # secret access key
57
- - secure: "Ut5ARdSnWiFVAtRZ7U+CPgihi59J/KgsMFXunJjBCYyfwaDxrIsAbjddhP3lu2d/xLtvQ26SodhnMh6VMfgBFljY1s4lgjlZU2xU5RCpXFsEhUzHjryVTEgEWYgWkGrTfvalB9gnrsRxiyOh6ZvlW7QoPED+j75FSGwj6rjGCYf/7oUa3Qlt2Pymma5ijjvemgcIEKngO7Dnh3dpFR/J4S0AZdZG6HtJvYpQ2gdvH5faFjYlKHp8W/PMuOuxq2w8Pcjw009VgOjLoFAFYhFWX3hGd0b+N1xBHJDlqaBk2UCCqaKtYrhAsgQNkFiPMmNdDUtscjKx81A8fBUJOUhUxWBFhL3QM2ymuZziPQcnikpi6EPRHRyv3P6MOSyEB2DPpzFq/tEniTBW6o9QL6dHYOaPm/CBtUJ36gEvrSEJQZyhxUTQdamjWIMOTcq1/uwjp0T28rdth0o4BoGALkNQxjaV9iPHBCNtZgPdLoG9v/5CyGwlRQaY6JSVxBHdRcD9+BfwLT84K+68NPo7xXBBar0B1kBOLExI3EHLTxaspkicM2DINicUZk+SNFdInuiByv9NT7sWWbISnk6EagxPxu8D2p1zcMh6cJ8DfFz0rws+ndGiPwInjoslSV7N8Ndi4j9nTKtv9qAImJlthzPDbHY8ghz0TrXWdtwzPet7j2s="
58
- # region
59
- - secure: "AJSnI8RyC2NKc91+NFerdZibfCCOZ/nfm0SoSCobYbgqB8R4ii1OqHBFaG+HAA4RnxwOoMm/C+lxRkdK6GcztJSzjOx4bTJE8FfFQ1i+LvLRTuQRL1v9iLfJN0O5iJszq4ecm3jSsFYGpCh1z9OCJEnqaEya9ZNfY7U4wpCy4DG6oIUCxKRtXRUaBOqli+6SqeR/CJxp4ws7lzIu5gSWwuWoqTijO3iR3xLT0EIOkguaTfXD3lTzPhfGvV4LMd/Z/cHqxbVnLEpDCaOwiurHQOGvN9RU3vpOhH0d518QqWw0dQdu3o3cAf6wK+TZNdKo2ooDU9JccqcPS5dPiM+doqqEC55Lxfj2l+BMUeyteZt5YdtELDDe49M7gziGSfqNc8bcWFEu5mPpl0jBd4cvp1EiJNlqNK10HAr/jiI/QGSTX0FK+kpWo56E1uWbgxrLZWAnN7g7sE8y80SLE2AlGlb/MzvpNRoJcGjxltxpznbQJ5Q9EUm3vbzCgOMX0BAgeHciwX6CSTrWIciUmbRrXfZ/9NPLrNph6qQ5I3uJ77CvK3pzpUqEt9L0HJ+Wh6ZBxwFsiddtBFNE0lqV6/FkU9ws1ovF5o9jOTE7mzq4ve6GAtqCnIxmHDq/plw0idbmzuHnsehgLD1ZksYl2WIXsWWOApLIH1U+YzGNyGnLqhk="
60
- # windows admin password
61
- - secure: "lxe9NYpwV19g2mBa7aQoJX372hktSSn/g5oU1GDWYpi59YwpbYXP/Al/XXwq1ZfNzN+BlXw3tJPlVaEkfSQBi0AaWLJ6Kw5+a4tkIkwMyMPJQh+pKnADZK2pd+Hhrr7CRtnaT6w4V2sZCIfcdlLnKmez/BMNNdBn1+WAfE+aN224JK43rXxgLe4B9CcXCsUUORh6nJbB5f60D15qYokDu7ILi0RufyfyiJulqxIsXVNKtnUXOJRXZvDOPp9Y+2ur0HmVK7aiWr6JwXtODgrrDzZiWq99eR2ErDJB1AFUVMmudUykf5SWyivhvB4RStYDIIpG8EXrIhRKP+k9o4loqQBRcRBGvEMLdyupi7TzuryzK7j2XzhJFD9Eg+50Y5By87lRfvltuAJaDkRPfwIzSbWsh0Lb7YwUXI9a+bJebsteTPSFjb1YOYvkQCV2CB5pH68QInw8Hu9o2hmUkuoNWqqvVaxDI8z3peympfFlVtvTC9eOI60Tdv+pSCyQhBN0/II8FT/fylwQsOL+i8Hez9NIRdaRkx0JEpY56NloErd4An9zpY/xCAa/6JfzMWn7eD673MRVJW0u/j5IGuRAksuUlGZTQS+qudF4ZgVJaacm6qARULaesuCNbufZYtRB0Hg+GINQrUSfYKBw6BZUk2T9ZQ2zFsnF12k0yl9Qr7I="
data/CHANGELOG.md DELETED
@@ -1,220 +0,0 @@
1
- # Mixlib::Install Changes
2
-
3
- <!-- latest_release 3.9.0 -->
4
- ## [v3.9.0](https://github.com/chef/mixlib-install/tree/v3.9.0) (2017-12-20)
5
-
6
- #### Merged Pull Requests
7
- - add amazon linux 2.0 platform detection support [#246](https://github.com/chef/mixlib-install/pull/246) ([wrightp](https://github.com/wrightp))
8
- <!-- latest_release -->
9
-
10
- ## [v3.8.0](https://github.com/chef/mixlib-install/tree/v3.8.0) (2017-10-31)
11
-
12
- #### Merged Pull Requests
13
- - Add support for aarch64 [#244](https://github.com/chef/mixlib-install/pull/244) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
14
-
15
- ## [v3.7.0](https://github.com/chef/mixlib-install/tree/v3.7.0) (2017-10-11)
16
-
17
- #### Merged Pull Requests
18
- - add #download_artifact method to Mixlib::Install API [#243](https://github.com/chef/mixlib-install/pull/243) ([wrightp](https://github.com/wrightp))
19
-
20
- ## [v3.6.0](https://github.com/chef/mixlib-install/tree/v3.6.0) (2017-09-15)
21
-
22
- #### Merged Pull Requests
23
- - add install.sh proxy support [#242](https://github.com/chef/mixlib-install/pull/242) ([wrightp](https://github.com/wrightp))
24
-
25
- ## [v3.5.1](https://github.com/chef/mixlib-install/tree/v3.5.1) (2017-09-08)
26
-
27
- #### Merged Pull Requests
28
- - Return nil when looking up non-existing products [#241](https://github.com/chef/mixlib-install/pull/241) ([adamleff](https://github.com/adamleff))
29
- - v3.5.0 [#239](https://github.com/chef/mixlib-install/pull/239) ([wrightp](https://github.com/wrightp))
30
- - download url override and checksum updates [#237](https://github.com/chef/mixlib-install/pull/237) ([wrightp](https://github.com/wrightp))
31
-
32
- ## [v3.4.0](https://github.com/chef/mixlib-install/tree/v3.4.0) (2017-08-22)
33
-
34
- #### Merged Pull Requests
35
- - Add install_strategy option to bootstrap install scripts [#232](https://github.com/chef/mixlib-install/pull/232) ([wrightp](https://github.com/wrightp))
36
-
37
- ## [v3.3.4](https://github.com/chef/mixlib-install/tree/v3.3.4) (2017-08-10)
38
-
39
- #### Merged Pull Requests
40
- - Fix Windows architecture detection [#231](https://github.com/chef/mixlib-install/pull/231) ([rlaveycal](https://github.com/rlaveycal))
41
-
42
- ## [v3.3.3](https://github.com/chef/mixlib-install/tree/v3.3.3) (2017-08-02)
43
-
44
- #### Merged Pull Requests
45
- - mixlib-versioning backwards compatability for PartialSemVer support [#229](https://github.com/chef/mixlib-install/pull/229) ([wrightp](https://github.com/wrightp))
46
-
47
-
48
-
49
- ## [3.3.2]
50
- - Fix bug where calling `products_available_on_downloads_site` would corrupt the product map.
51
-
52
- ## [3.3.1]
53
- - Add download_url_override and checksum options for powershell version of installer script
54
- - Update powershell execution due to policy changes in Windows 8, Windows Server 2012, and Windows 8.1
55
-
56
- ## [3.3.0]
57
- - `available_versions` now returns a sorted list of versions (per mixlib-versioning)
58
-
59
- ## [3.2.2]
60
- - Fix issue [#206](https://github.com/chef/mixlib-install/issues/206) - Missing metadata now returns `nil`
61
-
62
- ## [3.2.1]
63
- - Add support for direct URL downloads for Bourne install script
64
-
65
- ## [3.2.0]
66
- - Add support for partial product versioning support ("11", 12", "12.1", etc.)
67
- - Refactor and expose `#normalize_architecture`
68
-
69
- ## [3.1.0]
70
- - Add support for Windows Nano 2016 (returns appx packages)
71
-
72
- ## [3.0.0]
73
- - [Breaking API Change] `Options` validation added to ensure that when any platform option is set they are all provided (platform, platform_version, architecture)
74
- - [Breaking API Change] The `platform_version_compatibility_mode` option will automatically be set to `true` when no platform options are provided
75
- - [Breaking API Change] Queries for aritfacts that yield no results will raise an exception (`Mixlib::Install::Backend::ArtifactsNotFound`) versus returning an empty array
76
- - New properties added to `Products`: `github_repo` and `downloads_product_page_url`
77
- - New method for retrieving products that are available on downloads.chef.io: `PRODUCT_MATRIX.products_available_on_downloads_site`
78
-
79
- ## [2.1.12]
80
- - Force powershell scripts to ASCII encode variables
81
-
82
- ## [2.1.11]
83
- - Fix ScriptGenerator install script to use proper platform detection for Windows artifacts
84
- - Artifact metadata now includes supported Windows Desktop versions
85
-
86
- ## [2.1.10]
87
- - Backward and forward compatibility support for `automate` and `delivery` product versions.
88
-
89
- ## [2.1.9]
90
- - Add `download_directory` option to powershell install script
91
-
92
- ## [2.1.8]
93
- - Query performance optimizations
94
- - Add ChefClientFeature support to the powershell install script
95
-
96
- ## [2.1.7]
97
- - Add support for passing arguments to the MSI in install scripts
98
- - Add platform version compatibility support for Windows (including desktop versions)
99
- - Enable platform version compatibility option by default for the cli
100
-
101
- ## [2.1.6]
102
- - Add `User-Agent` headers to all download requests
103
- - CLI UX improvements
104
- - Add basic architecture validation
105
-
106
- ## [2.1.5]
107
- - Add `install_path` properties to the products inside PRODUCT_MATRIX.
108
-
109
- ## [2.1.4]
110
- - Fix Cumulus Linux and Cumulus Networks platform detection
111
-
112
- ## [2.1.3]
113
- - Collection of software dependencies and license content is now configurable. Disabled by default.
114
-
115
- ## [2.1.2]
116
- - Add Cumulus Linux and Cumulus Networks platform support
117
- - Fix Arista EOS platform detection ordering
118
-
119
- ## [2.1.1]
120
- - Add `mixlib-install` command line utility
121
-
122
- ## [2.1.0]
123
- - Added new attributes to ArtifactInfo
124
- - product_name, product_description, license, license_content, software_dependencies
125
- - Added static `#available_versions` method to API
126
- - Architecture normalization cleanup
127
- - Fixed race condition in acceptance suites
128
-
129
- ## [2.0.4]
130
- - Normalize auto detect platform architectures
131
-
132
- ## [2.0.3]
133
- - Add harmony as a supported product
134
-
135
- ## [2.0.2]
136
- - Fix install.sh to include fetch_package.sh
137
-
138
- ## [2.0.1]
139
- - Fix install.sh and install.ps1 scripts to install unstable packages
140
-
141
- ## [2.0.0]
142
- - Replaced all backends with PackageRouter
143
- - All channels are now available using the single backend
144
- - Enabled unstable channel for install.sh and install.ps1 scripts
145
- - Added chef-acceptance test suites and configured them to run in Travis
146
- - Relaxed several test dependency versions
147
-
148
- ## [1.2.3]
149
- - Add inspec as a supported product
150
-
151
- ## [1.2.2]
152
- - Add a .gitattributes file to ensure files are checked out with lf line endings
153
-
154
- ## [1.2.1]
155
- - Fix nano appx installs replacing the symlink with a full copy
156
-
157
- ## [1.2.0]
158
- - Fix omnibus project mappings
159
- - Add `available_versions` method to API
160
- - Add `chef-automate` product
161
- - Add install support for Arista EOS
162
- - Add p5p package support
163
- - Add s390x architecture support
164
- - Add Nano support
165
-
166
- ## [1.1.0]
167
- - Remove delivery-cli from Product Matrix since we are now shipping it within ChefDK
168
-
169
- ## [1.0.13]
170
- - Fix Windows architecture detection for stable channel
171
- - Added support for retrying project msi installation for exit code 1618 (another installation is in progress)
172
-
173
- ## [1.0.12]
174
- - Normalize the architecture detection to return either x86_64, i386 or sparc.
175
- - Remove the powershell product_name validation to support delivery-cli and push-jobs-client in install.ps1.
176
- - Retry MSI installation when it fails with 1618 (another installation in progress).
177
-
178
- ## [1.0.11]
179
- - Add `platform_version_compatibility_mode` option which makes mixlib-install select an artifact built for an earlier version of a platform when set.
180
-
181
- ## [1.0.10]
182
- - Correctly parse architecture for ppc64el.
183
- - Return chef.bintray.com based urls for solaris9 and solaris10.
184
- - Handle historical artifacts published for solaris.
185
-
186
- ## [1.0.9]
187
- - Update platform detection scripts to recognize debian 8 correctly.
188
-
189
- ## [1.0.8]
190
- - Resolving artifacts from unstable channel properly map the product name to the relative package name when querying Artifactory.
191
-
192
- ## [1.0.7]
193
- - Relax all gemspec dependency versions
194
-
195
- ## [1.0.6]
196
- - Exclude metadata.json files from Artifactory package queries
197
-
198
- ## [1.0.5]
199
- - Return chef.bintray.com based urls for el5 artifacts.
200
-
201
- ## [1.0.4]
202
- - use `SHA256Managed` instead of `SHA256CryptoServiceProvider` to be compatible with .Net 2.0 which is the default runtime on Windows 2008 R2
203
-
204
- ## [1.0.3]
205
- - Artifactory credentials are no longer required. A designated account has been hard-coded as default.
206
- - Exception is raised if Bintray can not find the version for channel/product.
207
- - freebsd 9 artifacts return chef.bintray.com based urls
208
-
209
- ## [1.0.2]
210
- - Use 32 bit windows artifacts for 64-bit, when there is no 64-bit native artifact.
211
-
212
- ## [1.0.1]
213
- - detect_platform method for Windows
214
- - added stopaction to kick in the catch statement if manifest is missing
215
- - wait for msiexec to exit
216
- - Replace md5sum checks with sha256 checks in install_command.ps1
217
-
218
- ## [1.0.0]
219
- - Ability to query product artifacts from multiple channels
220
- - Ability to generate installation scripts for `sh` and `ps1`