Hi, I'd like to enable aarch64 for EPEL-7, I was going to wait until post F-25 GA but given we've slipped I'd like to get approval for FBR. The change in mash configs for bodhi is as below. Peter diff --git a/roles/bodhi2/backend/files/epel7-testing.mash b/roles/bodhi2/backend/files/epel7-testing.mash index 24d5b48..dd29d3e 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 = False repoviewurl = http://download.fedoraproject.org/pub/epel/testing/7/%(arch)s/ repoviewtitle = "Fedora EPEL Testing 7 - %(arch)s" -arches = x86_64 ppc64 ppc64le +arches = x86_64 ppc64 ppc64le aarch64 hash_packages = True delta = False diff --git a/roles/bodhi2/backend/files/epel7.mash b/roles/bodhi2/backend/files/epel7.mash index 19f53b4..391ae45 100644 --- a/roles/bodhi2/backend/files/epel7.mash +++ b/roles/bodhi2/backend/files/epel7.mash @@ -13,6 +13,6 @@ keys = 352C64E5 use_repoview = False repoviewurl = http://download.fedoraproject.org/pub/epel/7/%(arch)s/ repoviewtitle = "Fedora EPEL 7 - %(arch)s" -arches = x86_64 ppc64 ppc64le +arches = x86_64 ppc64 ppc64le aarch64 hash_packages = True delta = False _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx