From 348e1323f4c1ed7050dd39849a19cbece41c7ff4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 15 Dec 2015 01:34:43 +0000 Subject: [PATCH] bodhi2: mash: enable ppc64le for EPEL-7 --- roles/bodhi2/backend/files/epel7-testing.mash | 2 +- roles/bodhi2/backend/files/epel7.mash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/epel7-testing.mash b/roles/bodhi2/backend/files/epel7-testing.mash index 6d95a57fce..66ca2b6899 100644 --- a/roles/bodhi2/backend/files/epel7-testing.mash +++ b/roles/bodhi2/backend/files/epel7-testing.mash @@ -13,6 +13,6 @@ keys = 352C64E5 use_repoview = True repoviewurl = http://download.fedoraproject.org/pub/epel/testing/7/%(arch)s/ repoviewtitle = "Fedora EPEL Testing 7 - %(arch)s" -arches = x86_64 ppc64 +arches = x86_64 ppc64 ppc64le hash_packages = True delta = False diff --git a/roles/bodhi2/backend/files/epel7.mash b/roles/bodhi2/backend/files/epel7.mash index 8b5ff7097f..7d8a346d35 100644 --- a/roles/bodhi2/backend/files/epel7.mash +++ b/roles/bodhi2/backend/files/epel7.mash @@ -13,6 +13,6 @@ keys = 352C64E5 use_repoview = True repoviewurl = http://download.fedoraproject.org/pub/epel/7/%(arch)s/ repoviewtitle = "Fedora EPEL 7 - %(arch)s" -arches = x86_64 ppc64 +arches = x86_64 ppc64 ppc64le hash_packages = True delta = False