I have a question here, if I have imported a built RPM/SRPM package into koji system , how can I rebuild it? And if I have mistakenly imported a built RPM/SRPM into koji system ,how can I move it out?
Best Regards
William
On 10/08/2011 02:36 AM, Robin YB(yang) wrote:
I have a question here, if I have imported a built RPM/SRPM package into koji system , how can I rebuild it?
Koji enforces nvr uniqueness. To rebuild, you will need to increment the version or release.
And if I have mistakenly imported a built RPM/SRPM into koji system ,how can I move it out?
If a build is unreferenced, and admin can delete it with the deleteBuild call. E.g.
# koji call deleteBuild foo-1.2-3
You can rebuild a deleted nvr, but at present, not reimport.
buildsys@lists.fedoraproject.org