Do you have any experience/scrips creating a controlled APT proxy (*)? Currently, I'm using apt-cacher to speed up installs/updates in my LAN, but as its name says, it's only a cache (and a good one for my needs). The only drawback is that I don't know how to freeze a specific set of packages for the cache/repository to control updates. Almost certainly, apt-cacher isn't the right tool for this jobs so, any help would be appreciated.

Thanks in advance,

Humber

(*) An APT repository that has only specific packages and updates to control the OS that uses that repository. I named this way because I don't know if it has another name

link|improve this question

67% accept rate
feedback

1 Answer

up vote 5 down vote accepted

You can create your own apt repo with reprepro debian (ubuntu?) package, and then add the repo's url to the sources.list of client boxes.

Reprepro howto: http://www.debian-administration.org/articles/286

link|improve this answer
Thanks sntg. That's exactly what I was looking for. I'll give it a try and let you know how all went. – Humber Jan 12 '10 at 13:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.