Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RPMS to repository, without having the entire repository locally. #6

Closed
tomprince opened this issue Oct 8, 2014 · 1 comment
Closed

Comments

@tomprince
Copy link
Contributor

I'd like to be able to host a repository on a storage service like s3 or google storage, and be able to add RPMs without having to download the entire repository.

I can approximate this by running 'createrepo' locally with an a baseurl matching the remote repository, and the running merge repo on the remote repository and the local one. But this adds a baseurl to all the packages, rather than having none.

@Tojaj
Copy link
Contributor

Tojaj commented Oct 9, 2014

Hi,
I just added --omit-baseurl option to mergerepo_c (426e121).
This solves your use case. Just create a local repository with new packages (or only single package) then merge the repository with the remote one and use the --omit-baseurl during the merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants