>It would be nice if debtorrent used apt's package cache instead of a separate 
>one.  The main advantage would be less used space.
Or maybe even better it would be if apt used DebTorrent's cache.
It can be easily achieved by merging both caches
if they are on the same slice (usually they are).
If debtorrent is the only method of obtaining packages
#apt-get clean
#ln /var/cache/debtorrent/*/pool/*/*/*/*.deb /var/cache/apt/archives
should be safe unless package files are written to (I think they're not).
In case the caches are on different slices ln throws error messages,
so there is ability to catch them and fall back.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to