Add missing build_id param to build_srpm method

This commit is contained in:
Jakub Kadlčík
2017-02-28 16:14:24 +01:00
parent 2312efce45
commit ba0c4eb9da

View File

@@ -1038,7 +1038,7 @@ class CoprModuleBuilder(GenericBuilder):
else:
return self.build_srpm(artifact_name, source)
def build_srpm(self, artifact_name, source):
def build_srpm(self, artifact_name, source, build_id=None):
if not self.__prep:
raise RuntimeError("Buildroot is not prep-ed")