On 04/02/2011 01:55 AM, Eric Zhong wrote: > if version is a number , not string , how to do it ? > what is epoch argument ? Default is NULL. How to give a NULL value ?
Epoch values must be integer or null. When using the call command, you can specify a python None value (which maps to null in the db) by name. E.g. # koji call createEmptyBuild nvidia 1 1.3 None -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
