I use " koji call resetBuild" to clean a failed build , then i import the SRPM&RPMS directly. SRPM be imported, and when import RPMS, it gives "Error importing : Build is CANCELED" Cant I reuse a failed NVR ?
I find it: 1. koji call resetBuild # reset failed build 2. koji call createEmptyBuild # change state 3. koji import or koji build again
But I don't know how to “Completely” delete a build from koji and database.
Anybody knows ?
2011/4/2 Eric Zhong ericiszhongwenjia@gmail.com
I use " koji call resetBuild" to clean a failed build , then i import the SRPM&RPMS directly. SRPM be imported, and when import RPMS, it gives "Error importing : Build is CANCELED" Cant I reuse a failed NVR ?
On 04/01/2011 10:18 PM, Eric Zhong wrote:
I find it:
- koji call resetBuild # reset failed build
- koji call createEmptyBuild # change state
- koji import or koji build again
yep. http://lists.fedoraproject.org/pipermail/buildsys/2010-December/003457.html
But I don't know how to “Completely” delete a build from koji and database.
There is deliberately no way in the api to remove a build entry from the database. You can mark a build deleted, but that's all.
buildsys@lists.fedoraproject.org