bodhi:owner-sync-pagure - stop trying to contact arm and ppc kojis.
This commit is contained in:
parent
1bdcff0844
commit
75030e7f19
1 changed files with 5 additions and 0 deletions
|
@ -304,6 +304,11 @@ def set_koji_ownership(tag, packages, arches, verbose=False):
|
|||
'timeout': 60 * 10,
|
||||
}
|
||||
for arch in arches:
|
||||
|
||||
# Something weird here. Where do 'arm' and 'ppc' come from?
|
||||
if arch in ['arm', 'ppc']:
|
||||
arch = 'primary'
|
||||
|
||||
if arch == 'primary':
|
||||
session = koji.ClientSession(
|
||||
'https://koji{0}.fedoraproject.org/kojihub'.format(ENV_SUFFIX),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue