]
Pavel Zhukov reassigned OVIRT-851:
----------------------------------
Assignee: eyal edri [Administrator] (was: infra)
ovirt experimental release rpm contains broken list
---------------------------------------------------
Key: OVIRT-851
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-851
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: Repositories Mgmt
Reporter: Pavel Zhukov
Assignee: eyal edri [Administrator]
Priority: Highest
ovirt-release-master-experimental.rpm contains link to the repo:
baseurl=http://resources.ovirt.org/repos/ovirt/experimental/master/latest...
Which is evaluated as
http://resources.ovirt.org/repos/ovirt/experimental/master/latest.tested/...
while the correct path is
http://resources.ovirt.org/repos/ovirt/experimental/master/latest.tested/...
The problem is in $releasever variable which is equal to 7Server:
# python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar,
width=1)'
Loaded plugins: langpacks, product-id
{'arch': 'ia32e',
'basearch': 'x86_64',
'releasever': '7Server',
'uuid': '9347b085-7ce7-4150-8903-e5af4f78a37c'}