[JIRA] (OVIRT-851) ovirt experimental release rpm contains broken list

Pavel Zhukov (oVirt JIRA) jira at ovirt-jira.atlassian.net
Fri Nov 18 08:34:02 UTC 2016


Pavel Zhukov created OVIRT-851:
----------------------------------

             Summary: 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.tested/rpm/@DIST@$releasever/
Which is evaluated as http://resources.ovirt.org/repos/ovirt/experimental/master/latest.tested/rpm/el7Server/
while the correct path is
http://resources.ovirt.org/repos/ovirt/experimental/master/latest.tested/rpm/el7/

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)



More information about the Infra mailing list