pkglistgen: dont mirror debug packages

This commit is contained in:
Ludwig Nussel 2017-10-23 17:43:35 +02:00
parent b0256d048c
commit 7529c30194

View File

@ -607,7 +607,7 @@ class CommandLineInterface(ToolBase.CommandLineInterface):
else:
apiurl = 'https://api.suse.de/public'
subprocess.call(
[bs_mirrorfull, '{}/build/{}/{}/{}'.format(apiurl, project, repo, arch), d])
[bs_mirrorfull, '--nodebug', '{}/build/{}/{}/{}'.format(apiurl, project, repo, arch), d])
files = [os.path.join(d, f)
for f in os.listdir(d) if f.endswith('.rpm')]
fh = open(d + '.solv', 'w')