bumping runcible version
adding requirement documentation for pulp-katello-plugin related items
attempting full request of rpmids as it is much faster
using paging to get chunch of package ids is very slow.taking~3 seconds per request. Try to get them all at onceif we can
Merge pull request #83 from jlsherrill/multi
Changing runcible to support multiple pulp servers.
Added code make unit copy accept custom filters
Now, classes need to be instantiated. For example:
Instead of Runcible::Resources::Repository.find()
you would need to use:
Runcible::Resources::Repository.new(config).find()
You can all instantiate Runcible::Instance to get access to all modules:...
bumping gem version
Merge pull request #80 from jlsherrill/yum_clone
adding support for yum_clone_distributor
Pulp v2.2: Fixing individual tests for Pulp 2.2
View revisions
Also available in: Atom