Don't prepopulate log list for mavenBuild
Related: https://pagure.io/koji/issue/4273
This commit is contained in:
parent
9acd993957
commit
51f5a4ebef
1 changed files with 1 additions and 3 deletions
|
|
@ -2033,9 +2033,7 @@ class BuildMavenTask(BaseBuildTask):
|
|||
os.path.join(outputdir, maven_info['artifact_id'] + '-' +
|
||||
maven_info['version'] + '-patches.zip'))
|
||||
|
||||
logs = ['checkout.log']
|
||||
if self.opts.get('patches'):
|
||||
logs.append('patches.log')
|
||||
logs = []
|
||||
output_files = {}
|
||||
|
||||
for path, dirs, files in os.walk(outputdir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue