dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Improve volatile cache support #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
'--volatile-cache' is good but can be improved.
    - If a file is present in the main cache and is correct then the file should
      not be downloaded into the volatile cache.
    - Allow an alternative volatile cache path to be given, eg with cache dir at
      the default location under /var we could do '--volatile-cache=/tmp/cache'.

Original issue reported on code.google.com by paul.betafive on 8 May 2014 at 3:00

GoogleCodeExporter commented 8 years ago
I'm going to delay improvements to "volatile_cache" so that the v0.3.0 release 
may be made soon. I'm not sure the two points I listed here are the best ways 
forward anyway. I'll have a rethink of this after the v0.3.0 release.

Original comment by paul.betafive on 16 Sep 2014 at 3:46