From e192dd51a780d3857886e06001b8e994d366028d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Apr 2016 23:08:21 +0000 Subject: [PATCH] The magic option I think we want is 'compat' --- 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..06dee407c4 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 = compat diff --git a/roles/bodhi2/backend/files/dist-5E-epel.mash b/roles/bodhi2/backend/files/dist-5E-epel.mash index 46efeb5638..be6a87f0fd 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 = compat