You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an RPM Remote with a URL for a repository available on the internet (e.g. https://fixtures.pulpproject.org/rpm-signed/). Remotes contain all the information needed to connect to a remote repository, e.g. url, username, password
Create an RPM Repository in Pulp to house mirrored content. Specify the RPM Remote from step 1 when creating the repository. Also set autopublish to True.
Create a Distribution. Distributions tell the content app at which URL to serve repository content. Specify the RPM Repository from step 2 when creating the distribution.
Use the Repository's sync API to create a new Repository Version by performing a sync from the Remote associated with it. This operation downloads all the packages and creates a new Repository Version.
himdel
changed the title
check out old https://github.com/pulp/pulp-ui, take inspiration from https://hackmd.io/Dp-kVIjnTVeQVse2w2eC-w
RPM repository sync workflow
Oct 6, 2024
(from https://hackmd.io/Dp-kVIjnTVeQVse2w2eC-w)
(TODO: is this different from #85?)
The text was updated successfully, but these errors were encountered: