[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23002#comment-23002
 ] 

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.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)
_______________________________________________
Infra mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/infra

Reply via email to