There really should be 'failed'

This commit is contained in:
Jakub Kadlčík
2016-11-24 22:51:14 +01:00
parent 84b7b08f25
commit 99d2dfbc87

View File

@@ -917,7 +917,7 @@ class CoprModuleBuilder(GenericBuilder):
td = None
owd = os.getcwd()
ret = 1, koji.BUILD_STATES["COMPLETE"], "COPR BUILD DONE", None
ret = (0, koji.BUILD_STATES["FAILED"], "Cannot create SRPM", None)
try:
log.debug('Cloning source URL: %s' % source)