diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-04-05 17:53:47 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-04-05 17:53:47 +0000 |
commit | ef462cf128fc3df2b7024ccb2934894386d35e5b (patch) | |
tree | af95a58a058c8a15606a7ab66fb0aab78b9ffb07 | |
parent | 02e7acf4874add2c2402f9922bd44149dadc962c (diff) | |
download | ansible-ef462cf128fc3df2b7024ccb2934894386d35e5b.tar.gz ansible-ef462cf128fc3df2b7024ccb2934894386d35e5b.tar.xz ansible-ef462cf128fc3df2b7024ccb2934894386d35e5b.zip |
Switch epel5 to gz compress repodata instead of bz2. Might fix https://fedorahosted.org/rel-eng/ticket/6386
-rw-r--r-- | roles/bodhi2/backend/files/dist-5E-epel-testing.mash | 2 | ||||
-rw-r--r-- | 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 3de53f6da..3c2f5d9b1 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 46efeb563..055703cf1 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 |