open-sw / pkg-cacher

This is a transparent cache for Debian and RedHat packages (.deb and .rpm). It is based on apt-cacher available on Debian. It has been enhanced to handle RedHat repositories and files whose names are the same but the contents are different.
15 stars 12 forks source link

Add support for el7 repositories #32

Closed ganto closed 9 years ago

ganto commented 10 years ago

Hi.

I only noticed a few days ago, that also the Repos.pm needs to be adjusted for properly handle the xz cleanup. Without it this pull request doesn't make so much sense. As you implemented xz support before but removed it again due to the missing dependencies on Debian stable and CentOS 5/6 you might also want to ignore this pull request then.

Or you might want to add my 'unxz' branch to a separated branch of yours, so ppl who are using the latest versions of their distributions still can enjoy pkg-cacher. The branch contains the reverted xz/lzma removal commit as well as the updated index_files.regexp for EL7 and I further added the dependencies to the control and spec files.

Sorry for all the noise... Cheers, ganto

Robert-Nelson commented 9 years ago

Already merged