From: Michael W. <we...@mi...> - 2002-09-13 04:34:55
|
I have this working now. Thanks for everyones help. To give a sense of completion here are my backends and sources. I would be interested in suggestions for changing anything. I will be adding some other mirrors Backends: add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ http://silug.org/pub/debian/ add_backend /debian-non-US/ \ $APT_PROXY_CACHE/non-US/ \ http://non-us.debian.org/ add_backend /debian-security/ \ $APT_PROXY_CACHE/security/ \ http://security.debian.org/ Sources: deb-src http://quag:9999/debian/ stable main non-free contrib deb http://quag:9999/debian/ stable main non-free contrib deb http://quag:9999/debian-non-US/ stable/non-US main contrib non-free deb-src http://quag:9999/debian/ testing main non-free contrib deb http://quag:9999/debian/ testing main non-free contrib deb-src http://quag:9999/debian/ unstable main non-free contrib deb http://quag:9999/debian/ unstable main non-free contrib deb http://quag:9999/debian-security stable/updates main contrib non-free deb http://quag:9999/debian-security testing/updates main contrib non-free |