Rename log to cg_import.log and add successful import log message.
Fixes: https://pagure.io/koji/issue/3414
This commit is contained in:
parent
4b8909f3ef
commit
beba721d28
1 changed files with 2 additions and 1 deletions
|
|
@ -6624,7 +6624,8 @@ class CG_Importer(object):
|
|||
if self.rpm_log_file is not None:
|
||||
logsdir = joinpath(koji.pathinfo.build(self.buildinfo), 'data/logs/')
|
||||
koji.ensuredir(logsdir)
|
||||
path = joinpath(logsdir, 'external_rpm_warning.log')
|
||||
path = joinpath(logsdir, 'cg_import.log')
|
||||
self.rpm_log_file.write('CG import was SUCCESSFUL.\n')
|
||||
safer_move(self.rpm_log_file.name, path)
|
||||
|
||||
def get_metadata(self, metadata, directory):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue