From ef462cf128fc3df2b7024ccb2934894386d35e5b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 Apr 2016 17:53:47 +0000 Subject: [PATCH] Switch epel5 to gz compress repodata instead of bz2. Might fix https://fedorahosted.org/rel-eng/ticket/6386 --- roles/bodhi2/backend/files/dist-5E-epel-testing.mash | 2 +- roles/bodhi2/backend/files/dist-5E-epel.mash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/dist-5E-epel-testing.mash b/roles/bodhi2/backend/files/dist-5E-epel-testing.mash index 3de53f6daa..3c2f5d9b18 100644 --- a/roles/bodhi2/backend/files/dist-5E-epel-testing.mash +++ b/roles/bodhi2/backend/files/dist-5E-epel-testing.mash @@ -14,4 +14,4 @@ repoviewurl = http://download.fedoraproject.org/pub/epel/testing/5/%(arch)s/ repoviewtitle = "Fedora EPEL 5 Testing - %(arch)s" arches = i386 x86_64 ppc hash = sha -compress_type = bz2 +compress_type = gz diff --git a/roles/bodhi2/backend/files/dist-5E-epel.mash b/roles/bodhi2/backend/files/dist-5E-epel.mash index 46efeb5638..055703cf1f 100644 --- a/roles/bodhi2/backend/files/dist-5E-epel.mash +++ b/roles/bodhi2/backend/files/dist-5E-epel.mash @@ -14,4 +14,4 @@ repoviewurl = http://download.fedoraproject.org/pub/epel/5/%(arch)s/ repoviewtitle = "Fedora EPEL 5 - %(arch)s" arches = i386 x86_64 ppc hash = sha -compress_type = bz2 +compress_type = gz