~ubuntu-branches/ubuntu/trusty/apt-cacher/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/apt-cacher.8

  • Committer: Package Import Robot
  • Author(s): Mark Hindley
  • Date: 2013-10-21 16:42:46 UTC
  • Revision ID: package-import@ubuntu.com-20131021164246-udd8ztu0d9t9av9k
Tags: 1.7.8
* Use sed to insert version number when building, therefore no need
  to Build-Depend on perl any more.  
* Only write body to cached file on success (200).
* Rework handling of If-Modified request response. Client errors also
  count as EXPIRED. Delete cached files in these circumstances (closes:
  #708884). 
* return_file() never returns a retry code, so don't test for it.
* Update debian/control file description. Integrate experimental features
  (multi-distro, Debian Bugs SOAP and HTTPS CONNECT) as established.
* Add Ubuntu 14.04 codename 'Trusty'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
just return errors if they are missing.
175
175
.TP
176
176
.B distinct_namespaces [0]
177
 
Set this to 1 to enable experimental support for caching multiple Distributions
178
 
(e.g Debian and Ubuntu) from a single apt\-cacher instance. When enabled,
179
 
package files are stored in a subdirectory, the name of which is derived from
180
 
the matching key of path_map or the part of the URL preceding 'pool' or
181
 
\'dists'. This is typically 'debian', 'ubuntu' or 'security'. This mechanism
182
 
prevents clashes between the Distributions.
 
177
Set this to 1 to enable support for caching multiple Distributions (e.g Debian
 
178
and Ubuntu) from a single apt\-cacher instance. When enabled, package files are
 
179
stored in a subdirectory, the name of which is derived from the matching key of
 
180
path_map or the part of the URL preceding 'pool' or 'dists'. This is typically
 
181
\'debian', 'ubuntu' or 'security'. This mechanism prevents clashes between the
 
182
Distributions.
183
183
.IP
184
184
If you enable this option, any existing namespace specific package files which
185
185
are not in the correct subdirectory of cache_dir would be deleted by