Turns out this is still needed in fact
This commit is contained in:
parent
2201dce502
commit
f070972f14
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ def main():
|
|||
pkg.basename]['channel']:
|
||||
output['packages'][pkg.basename]['channel'].append(
|
||||
channel)
|
||||
if channel not in output['packages'][pkg.basename]['channels']:
|
||||
output['packages'][pkg.basename]['channels'][channel] = []
|
||||
|
||||
output['packages'][pkg.basename][
|
||||
'channels'][channel].append({
|
||||
'epoch': pkg.epoch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue