Actions
Bug #30227
closedUrls to https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/ are deprecated
Actions
Added by David Davis over 5 years ago. Updated over 5 years ago.
Applied in changeset katello|14d3e539b591786acf72a9a114a1df15b613b484.
I found there are some more instances of https://repos.fedorapeople.org/pulp/pulp/fixtures/ that I missed:
test/services/katello/pulp3/srpm_test.rb 15: @repo.root.update(:url => 'https://repos.fedorapeople.org/pulp/pulp/fixtures/srpm/') test/actions/pulp3/orchestration/rpm_remove_units_test.rb 10: @repo.root.update(url: 'https://repos.fedorapeople.org/pulp/pulp/fixtures/rpm-unsigned/') test/actions/pulp3/orchestration/copy_all_units_test.rb 364: @repo.root.update!(:url => 'https://repos.fedorapeople.org/pulp/pulp/fixtures/srpm-unsigned/') 367: @repo_clone.root.update!(:url => 'https://repos.fedorapeople.org/pulp/pulp/fixtures/srpm-unsigned/')