bodhi2: mash: enable ppc64le for EPEL-7

This commit is contained in:
Peter Robinson 2015-12-15 01:34:43 +00:00
parent ad78d9f90f
commit 348e1323f4
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ keys = 352C64E5
use_repoview = True use_repoview = True
repoviewurl = http://download.fedoraproject.org/pub/epel/testing/7/%(arch)s/ repoviewurl = http://download.fedoraproject.org/pub/epel/testing/7/%(arch)s/
repoviewtitle = "Fedora EPEL Testing 7 - %(arch)s" repoviewtitle = "Fedora EPEL Testing 7 - %(arch)s"
arches = x86_64 ppc64 arches = x86_64 ppc64 ppc64le
hash_packages = True hash_packages = True
delta = False delta = False

View file

@ -13,6 +13,6 @@ keys = 352C64E5
use_repoview = True use_repoview = True
repoviewurl = http://download.fedoraproject.org/pub/epel/7/%(arch)s/ repoviewurl = http://download.fedoraproject.org/pub/epel/7/%(arch)s/
repoviewtitle = "Fedora EPEL 7 - %(arch)s" repoviewtitle = "Fedora EPEL 7 - %(arch)s"
arches = x86_64 ppc64 arches = x86_64 ppc64 ppc64le
hash_packages = True hash_packages = True
delta = False delta = False