Delete build target after config.koji_target_delete_time seconds.

This commit is contained in:
Jan Kaluza
2017-05-10 22:20:10 +02:00
parent e9e7f44d70
commit 22758419c0
4 changed files with 110 additions and 6 deletions

View File

@@ -262,11 +262,6 @@ chmod 644 %buildroot/%_rpmconfigdir/macros.d/macros.modules
self.module_build_tag,
self.module_tag)
# Add -repo target, so Kojira creates RPM repository with built
# module for us.
self._koji_add_target(self.tag_name + "-repo", self.module_tag,
self.module_tag)
self.__prep = True
log.info("%r buildroot sucessfully connected." % self)