From 09944f16df4644452bb3dba02c1ce9b34e80a691 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Apr 2016 20:52:26 +0000 Subject: [PATCH] Revert back to bz2 as gz is causing some werid breakage. --- 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 3c2f5d9b18..3de53f6daa 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 = gz +compress_type = bz2 diff --git a/roles/bodhi2/backend/files/dist-5E-epel.mash b/roles/bodhi2/backend/files/dist-5E-epel.mash index 055703cf1f..46efeb5638 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 = gz +compress_type = bz2