Bug 1393361 - get_project_details returns incorrect yum_repos
Summary: get_project_details returns incorrect yum_repos
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Copr
Classification: Community
Component: frontend
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: clime
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-09 12:09 UTC by Michael Simacek
Modified: 2017-01-11 13:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-11 13:01:03 UTC


Attachments (Terms of Use)

Description Michael Simacek 2016-11-09 12:09:48 UTC
Description of problem:
The yum_repos returned from get_project_details are incorrect:

This is using copr-dev:
In [10]: client.get_project_details('input', 'msimacek').data
Out[10]: 
{u'detail': {u'additional_repos': u'',
  u'auto_createrepo': True,
  u'description': u'',
  u'instructions': u'',
  u'last_modified': 1478598661,
  u'name': u'input',
  u'persistent': False,
  u'unlisted_on_hp': False,
  u'yum_repos': {u'fedora-26-x86_64': u'http://copr-be.cloud.fedoraproject.org/results/dfas/mediawiki-dfas/fedora-26-x86_64/'}},
 u'output': u'ok'}


Note You need to log in before you can comment on or make changes to this bug.