ソースを参照

* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.

martin@piware.de 16 年 前
コミット
c8c6e61bb0
共有2 個のファイルを変更した11 個の追加0 個の削除を含む
  1. 2 0
      debian/changelog
  2. 9 0
      doc/apt.conf.5.xml

+ 2 - 0
debian/changelog

@@ -20,6 +20,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
     - If the Acquire::GzipIndexes option is true and we download a gzipped
     - If the Acquire::GzipIndexes option is true and we download a gzipped
       index file, keep it as it is (and rename to .gz) instead of
       index file, keep it as it is (and rename to .gz) instead of
       uncompressing it.
       uncompressing it.
+  * doc/apt.conf.5.xml:
+    - Document the new Acquire::GzipIndexes option.
   * Add test/test-indexes.sh:
   * Add test/test-indexes.sh:
     - Test behaviour of index retrieval and usage, in particular with
     - Test behaviour of index retrieval and usage, in particular with
       uncompressed and gzip compressed indexes.
       uncompressed and gzip compressed indexes.

+ 9 - 0
doc/apt.conf.5.xml

@@ -411,6 +411,15 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      really prefer uncompressed files to support the usage of local mirrors.</para></listitem>
      really prefer uncompressed files to support the usage of local mirrors.</para></listitem>
      </varlistentry>
      </varlistentry>
 
 
+     <varlistentry><term>GzipIndexes</term>
+	 <listitem><para>
+	 When downloading <literal>gzip</literal> compressed indexes (Packages, Sources, or
+	 Translations), keep them gzip compressed locally instead of unpacking
+	 them. This saves quite a lot of disk space at the expense of more CPU
+	 requirements when building the local package caches. False by default.
+	 </para></listitem>
+     </varlistentry>
+
      <varlistentry><term>Languages</term>
      <varlistentry><term>Languages</term>
      <listitem><para>The Languages subsection controls which <filename>Translation</filename> files are downloaded
      <listitem><para>The Languages subsection controls which <filename>Translation</filename> files are downloaded
      and in which order APT tries to display the Description-Translations. APT will try to display the first
      and in which order APT tries to display the Description-Translations. APT will try to display the first