katello 3.16.1.1 → 3.16.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 808bc23ecac2fda98ac24ce30217831caa4977d250e759baf83ab78150db70f3
|
|
4
|
+
data.tar.gz: 5531f14549ff16ea0f157a013ebf5ead92ab2acd5fa9a085face6f48fd0a3a50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40a2c815ff331564ff218ce5d688183b4595d4c423e16f27cdb1d1cfb083bbaaa678d9d09cd5303cc6d56825bd300d33b2192dd5c51edf260a09b37aa7e5102f
|
|
7
|
+
data.tar.gz: 785618e922bfa8a6f1a9675c4eccf2dc1d0e3038401ed9ac30ca1ddeb2294fbc2ba13987f07b08b96884aa90fcd1fd2a85acf18f28d2c9030a42782544941d0b
|
|
@@ -266,8 +266,9 @@ module Actions
|
|
|
266
266
|
history.status = ::Katello::ContentViewHistory::SUCCESSFUL
|
|
267
267
|
history.save!
|
|
268
268
|
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
cvv_yum_repos = version.repositories.yum_type
|
|
270
|
+
unless cvv_yum_repos.empty? || SmartProxy.pulp_master.pulp3_support?(cvv_yum_repos.first)
|
|
271
|
+
cvv_yum_repos.each do |repo|
|
|
271
272
|
SmartProxy.pulp_master.pulp_api.extensions.send(:module_default).
|
|
272
273
|
copy(repo.library_instance.pulp_id,
|
|
273
274
|
repo.pulp_id)
|
|
@@ -117,7 +117,7 @@ module Katello
|
|
|
117
117
|
relative_path = pulp3_api.distributions_api.read(href).base_path
|
|
118
118
|
|
|
119
119
|
dist_ref = Katello::Pulp3::DistributionReference.find_or_initialize_by(:path => relative_path)
|
|
120
|
-
if (distribution_repo = Katello::Repository.find_by(:relative_path => relative_path))
|
|
120
|
+
if (distribution_repo = Katello::Repository.find_by(:relative_path => relative_path) || Katello::Repository.find_by(:container_repository_name => relative_path))
|
|
121
121
|
dist_ref.href = href
|
|
122
122
|
dist_ref.repository_id = distribution_repo.id
|
|
123
123
|
dist_ref.save!
|
data/lib/katello/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: katello
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.16.1.
|
|
4
|
+
version: 3.16.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- N/A
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|