mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 19:45:44 +08:00
Fix the name of the 'release' field in new-updates-sync
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -216,7 +216,7 @@ def sync_single_repo(release, repo):
|
||||
|
||||
stats = collect_stats(results)
|
||||
fedmsg_msg = {'repo': repo,
|
||||
'rel': RELEASES[release]['version'],
|
||||
'release': RELEASES[release]['version'],
|
||||
'bytes': str(stats['num_bytes']),
|
||||
'deleted': str(stats['num_deleted'])}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user