Open MikhailShapovalov26 opened 2 months ago
Do you already have a rpm distribution named dev
? Try pulp rpm distribution list
and see what shows up.
If you always want to distribute the latest publication of your dev
repo, then I would update the distribution like this:
pulp rpm distribution update --name dev --repository dev # Have the distro auto-distribute the latest publication
Then you won't have to update this distribution anymore after uploads. Pulp will automatically serve the latest content from this path. Also, if you have pulp-cli 0.27 you can simplify the whole upload into this one command:
pulp rpm content upload --directory ./ --repository dev --use-temp-repository --publish
Thank you for your answer, I will definitely try, but a little later. @gerrod3
Good afternoon. I would like to ask you for help, I can't figure out how to work with downloading rpm packages. I'm trying to do it this way,
But in the end I get that the package has been sent and is there
What I'm doing wrong, I tried to do according to the documentation, but unfortunately it didn't bring any result. Thank you and I'm sorry for this question. I also tried as indicated here https://githubissues.com/pulp/pulp-cli/994, but I did not see my package in the web interface