[
https://ovirt-jira.atlassian.net/browse/OVIRT-851?page=com.atlassian.jira...
]
Pavel Zhukov commented on OVIRT-851:
------------------------------------
The problem is in specific mock configuration in jenkins/experimental jobs
config_opts["releasever"] = "7"
It means releaserver varible is set to "7" instead of "7Server" which
is default in rhel7, centos, epel. That's why release rpm works only on specific
systems.
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: infra
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'}
--
This message was sent by Atlassian JIRA
(v1000.552.6#100018)