From eba0c85a93bf5d9e14e491a8f121a921cdebe8c4 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: May 03 2018 20:05:16 +0000 Subject: make postRepoInit data consistent with preRepoInit data for dist repos --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 7ea1df1..31622d5 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -2493,7 +2493,9 @@ def dist_repo_init(tag, keys, task_opts): task_opts['comps']), groupsdir + '/comps.xml') # note: we need to match args from the other postRepoInit callback koji.plugin.run_callbacks('postRepoInit', tag=tinfo, with_src=False, - with_debuginfo=False, event=event, repo_id=repo_id) + with_debuginfo=False, event=event, repo_id=repo_id, + dist=True, keys=keys, arches=arches, task_opts=task_opts, + repodir=repodir) return repo_id, event