[apt-proxy-devel] r710 - trunk/apt_proxy

Xavier Lüthi xluthi at alioth.debian.org
Fri Dec 11 17:09:43 UTC 2009


Author: xluthi
Date: Fri Dec 11 17:09:42 2009
New Revision: 710

Log:
set Apt::Cache-Limit to a high value (Closes: #370610)

Modified:
   trunk/apt_proxy/packages.py

Modified: trunk/apt_proxy/packages.py
==============================================================================
--- trunk/apt_proxy/packages.py	Fri Dec 11 14:04:13 2009	(r709)
+++ trunk/apt_proxy/packages.py	Fri Dec 11 17:09:42 2009	(r710)
@@ -106,6 +106,9 @@
 	'APT::Architecture' : 'i386',  # TODO: Fix this, see bug #436011 and #285360
         #'APT::Default-Release' : 'unstable',
    
+        #TODO: APT::Cache-Limit should be configurable into apt-proxy.conf
+        'APT::Cache-Limit' : '100000000',
+
         'Dir':'.', # /
         'Dir::State' : 'apt/', # var/lib/apt/
         'Dir::State::Lists': 'lists/', # lists/



More information about the apt-proxy-devel mailing list