Does a caching proxy for yum exist, similar to approx for Debian repositories?
Is there a way to have reprepro behave the same as approx? I have heard that approx was not as stable; besides, I would prefer the use of reprepro so that I could use my existing web server to serve the repository.
Asked
Active
Viewed 4,525 times
10

Sushant Jain
- 201
- 2
- 3
2 Answers
3
The closest thing will probably be mrepo. It's run out of band from Yum itself, though. You'd set up local mirrors of your favorite yum repos with mrepo and point your yum clients to that instead. It handles apt repos also, if that's of any benefit.

Travis Campbell
- 1,466
- 7
- 15
1
There is also http://pulpproject.org that does similar things as mrepo. Currently it only works for yum, but folks are working hard adding support for other technologies. It supports Puppet today (2014) and the core was refactored so patches for Debian support are possible.

lzap
- 2,882
- 2
- 23
- 23