Revert back to bz2 as gz is causing some werid breakage.

This commit is contained in:
Kevin Fenzi 2016-04-06 20:52:26 +00:00
parent 092dcf72ff
commit 09944f16df
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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