[DRE-commits] [ruby-mixlib-install] branch master updated (1bb1c83 -> da3adf7)
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Aug 4 15:43:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a change to branch master
in repository ruby-mixlib-install.
from 1bb1c83 Merge tag 'upstream/1.0.12'
new ec2e390 Update patch
new 364339f Disable artifactory usage
new 4b98288 d/control: update dependencies
new 0f59efa d/control: bump Standards-Version to 3.9.8 (no changes)
new 5fa1bea Add lintian-overrides
new 2821960 Install docs
new 6749c11 d/watch: look for updates on github
adds a3367c8 Imported Upstream version 1.0.13
new 42a6872 Merge tag 'upstream/1.0.13'
new 8c190e8 Run tests during build
new 41cc45b Add missing build dependencies
new d6ed84b Refresh old and add new patches
adds 4f3074e Imported Upstream version 1.1.0
new 415c625 Merge tag 'upstream/1.1.0'
new 15fdbfe Update 0004-Stub-real-HTTP-requests.patch
new bf628da Make helpers.sh executable
new da3adf7 Release 1.1.0-1
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 7 +
PRODUCT_MATRIX.md | 1 -
debian/changelog | 14 +
debian/control | 11 +-
...001-Look-for-support-scripts-in-usr-share.patch | 30 +-
.../patches/0002-Disable-artifactory-usage.patch | 108 +
...03-Disable-vcr-usage-as-it-s-not-packaged.patch | 59 +
debian/patches/0004-Stub-real-HTTP-requests.patch | 164 +
.../0005-Don-t-modify-LOAD_PATH-in-specs.patch | 19 +
...isable-test-requiring-files-from-usr-shar.patch | 18 +
.../0007-Disable-tests-using-artifactory.patch | 67 +
debian/patches/series | 6 +
debian/ruby-mixlib-install.docs | 1 +
debian/ruby-tests.rake | 5 +
debian/rules | 4 +
debian/watch | 4 +-
.../scripts/get_project_metadata.ps1.erb | 7 +-
.../generator/powershell/scripts/helpers.ps1 | 6 +
.../powershell/scripts/install_project.ps1 | 16 +-
lib/mixlib/install/product.rb | 5 -
lib/mixlib/install/version.rb | 2 +-
.../should_report_upgrade_available.yml | 81 +
.../should_report_upgrade_available.yml | 81 +
.../should_report_upgrade_available.yml | 42 +
.../should_report_upgrade_available.yml | 42 +
.../has_the_right_platform_info.yml | 159 +
.../has_the_right_properties.yml | 159 +
.../has_the_correct_number_of_platforms.yml | 159 +
.../has_the_right_properties_for_artifacts.yml | 159 +
.../has_the_right_platform_info.yml | 120 +
.../has_the_right_properties.yml | 120 +
.../has_the_correct_number_of_platforms.yml | 120 +
.../has_the_right_properties_for_artifacts.yml | 120 +
.../has_the_right_platform_info.yml | 42 +
.../has_the_right_properties.yml | 42 +
.../has_the_correct_number_of_platforms.yml | 42 +
.../has_the_right_properties_for_artifacts.yml | 42 +
.../has_the_right_platform_info.yml | 15577 +++++++++
.../has_the_right_properties.yml | 15577 +++++++++
.../has_the_correct_number_of_platforms.yml | 15577 +++++++++
.../has_the_right_properties_for_artifacts.yml | 15577 +++++++++
.../does_not_return_metadata_json.yml | 32127 +++++++++++++++++++
.../it_uses_the_default.yml | 17401 ++++++++++
.../uses_the_product_package_name.yml | 985 +
.../it_allows_the_training_slash.yml | 17401 ++++++++++
.../raises_an_error.yml | 42 +
.../returns_64_bit_package_for_64_bit.yml | 159 +
.../returns_32_bit_package_for_64_bit.yml | 81 +
.../can_not_find_an_artifact.yml | 81 +
.../finds_an_artifact.yml | 81 +
.../can_not_find_an_artifact.yml | 81 +
.../finds_an_artifact.yml | 81 +
.../finds_an_artifact.yml | 42 +
.../returns_all_artifacts.yml | 120 +
...returns_a_single_artifact_with_correct_info.yml | 120 +
.../for_compliance/uses_product_package_name.yml | 198 +
.../generates_an_sh_script.yml | 114 +
.../contains_artifactory_urls.yml | 114 +
spec/mixlib/install/artifactory_spec.rb | 86 +
spec/mixlib/install/backend/bintray_spec.rb | 245 +
spec/mixlib/install/backend_spec.rb | 167 +
spec/mixlib/install/generator_spec.rb | 119 +
spec/mixlib/install/options_spec.rb | 66 +
spec/mixlib/install/product_spec.rb | 276 +
spec/mixlib/install/script_generator_spec.rb | 154 +
spec/mixlib/install/util_spec.rb | 120 +
spec/mixlib/install_spec.rb | 236 +
spec/spec_helper.rb | 62 +
.../opt/chef/version-manifest.json | 208 +
.../opt/chefdk/version-manifest.json | 342 +
70 files changed, 135666 insertions(+), 35 deletions(-)
create mode 100644 debian/patches/0002-Disable-artifactory-usage.patch
create mode 100644 debian/patches/0003-Disable-vcr-usage-as-it-s-not-packaged.patch
create mode 100644 debian/patches/0004-Stub-real-HTTP-requests.patch
create mode 100644 debian/patches/0005-Don-t-modify-LOAD_PATH-in-specs.patch
create mode 100644 debian/patches/0006-Temporary-disable-test-requiring-files-from-usr-shar.patch
create mode 100644 debian/patches/0007-Disable-tests-using-artifactory.patch
create mode 100644 debian/ruby-mixlib-install.docs
create mode 100644 debian/ruby-tests.rake
create mode 100644 spec/fixtures/vcr/Mixlib_Install/checking_for_upgrades/with_latest_upgrade_exists_stable_channel/should_report_upgrade_available.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install/checking_for_upgrades/with_specific_platform_options/should_report_upgrade_available.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install/checking_for_upgrades/with_specific_version_higher_than_current_stable_channel/should_report_upgrade_available.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install/checking_for_upgrades/with_specific_version_lower_than_current_stable_channel/should_report_upgrade_available.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_current_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_platform_info.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_current_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_properties.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_current_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_correct_number_of_platforms.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_current_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_right_properties_for_artifacts.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_platform_info.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_properties.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_correct_number_of_platforms.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_right_properties_for_artifacts.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_specific_version/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_platform_info.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_specific_version/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_properties.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_specific_version/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_correct_number_of_platforms.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_stable_channel_with_specific_version/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_right_properties_for_artifacts.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_unstable_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_platform_info.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_unstable_channel_with_latest/with_platform_info/behaves_like_the_right_artifact_info/has_the_right_properties.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_unstable_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_correct_number_of_platforms.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend/for_unstable_channel_with_latest/without_platform_info/behaves_like_the_right_artifact_list_info/has_the_right_properties_for_artifacts.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Artifactory/when_an_querying_artifact/does_not_return_metadata_json.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Artifactory/when_not_setting_endpoint/it_uses_the_default.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Artifactory/when_querying_compliance/uses_the_product_package_name.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Artifactory/when_setting_endpoint_with_trailing_/it_allows_the_training_slash.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_missing_version_of_a_product/raises_an_error.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_product_with_native_64-bit_builds/returns_64_bit_package_for_64_bit.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_product_without_native_64-bit_builds/returns_32_bit_package_for_64_bit.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_version_of_el_that_is_not_added_to_our_matrix/can_not_find_an_artifact.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_version_of_el_that_is_not_added_to_our_matrix/when_product_version_compat_mode_is_set/finds_an_artifact.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_version_of_ubuntu_that_is_not_added_to_our_matrix/can_not_find_an_artifact.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_version_of_ubuntu_that_is_not_added_to_our_matrix/when_product_version_compat_mode_is_set/finds_an_artifact.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_a_version_with_unique_solaris_publishing_values/finds_an_artifact.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_chef/stable_with_latest_version/returns_all_artifacts.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_chef/stable_with_latest_version/with_platform_info/returns_a_single_artifact_with_correct_info.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Backend_Bintray/for_compliance/uses_product_package_name.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Generator/for_unstable_channel/default_shell_type/behaves_like_the_correct_sh_script/generates_an_sh_script.yml
create mode 100644 spec/fixtures/vcr/Mixlib_Install_Generator/for_unstable_channel/default_shell_type/contains_artifactory_urls.yml
create mode 100644 spec/mixlib/install/artifactory_spec.rb
create mode 100644 spec/mixlib/install/backend/bintray_spec.rb
create mode 100644 spec/mixlib/install/backend_spec.rb
create mode 100644 spec/mixlib/install/generator_spec.rb
create mode 100644 spec/mixlib/install/options_spec.rb
create mode 100644 spec/mixlib/install/product_spec.rb
create mode 100644 spec/mixlib/install/script_generator_spec.rb
create mode 100644 spec/mixlib/install/util_spec.rb
create mode 100644 spec/mixlib/install_spec.rb
create mode 100644 spec/spec_helper.rb
create mode 100644 spec/support/version_manifests/opt/chef/version-manifest.json
create mode 100644 spec/support/version_manifests/opt/chefdk/version-manifest.json
--
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