From: Chris H. <chr...@gm...> - 2002-07-16 11:15:27
|
Hi Ashley, On Mon, Jul 15, 2002 at 04:58:06PM +0100, Ashley Collins wrote: > deb http://mookie:9999/grustibus/ ./ The './' is not recognised at the moment - you should use '/' instead. > > But I had no luck. So, I tried making it: > > deb http://mookie:9999/grustibus/ unstable main That would not work because this type of deb line makes apt prepend dists/binary-$ARCH to the URL requested. > Can anyone help me? I use grustibus as an example, but I really want to use > this to cache the Xfree86 4.2.0 previews and KDE3 packages. Here are the settings I am using for XF4.2 and KDE3: apt-proxy.conf: add_backend /kde3/ $APT_PROXY_CACHE/kde/ http://kde3.geniussystems.net/debian/ add_backend /xfree/ $APT_PROXY_CACHE/xfree/ http://www.A-Eskwadraat.nl/~bas/x4.2/ sources.list: deb http://aptproxy:9999/kde3 / deb http://aptproxy:9999/xfree sid/$(ARCH)/ HTH, Chris |