~ubuntu-branches/ubuntu/natty/apt/natty-proposed

« back to all changes in this revision

Viewing changes to doc/apt.conf.5.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-02-18 12:01:19 UTC
  • mfrom: (1.4.23 sid)
  • Revision ID: james.westby@ubuntu.com-20110218120119-s5598pllakoh838p
Tags: 0.8.11.5ubuntu1
MergedĀ fromĀ debian/sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      <listitem><para>all files in <literal>Dir::Etc::Parts</literal> in
53
53
         alphanumeric ascending order which have no or "<literal>conf</literal>"
54
54
         as filename extension and which only contain alphanumeric,
55
 
         hyphen (-), underscore (_) and period (.) characters -
56
 
         otherwise they will be silently ignored.</para></listitem>
 
55
         hyphen (-), underscore (_) and period (.) characters.
 
56
         Otherwise APT will print a notice that it has ignored a file if the file
 
57
         doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</literal>
 
58
         configuration list - in this case it will be silently ignored.</para></listitem>
57
59
      <listitem><para>the main configuration file specified by
58
60
         <literal>Dir::Etc::main</literal></para></listitem>
59
61
      <listitem><para>the command line options are applied to override the
442
444
     the bzip2 method (the inbuilt) setting is <literallayout>Dir::Bin::bzip2 "/bin/bzip2";</literallayout>
443
445
     Note also that list entries specified on the command line will be added at the end of the list
444
446
     specified in the configuration files, but before the default entries. To prefer a type in this case
445
 
     over the ones specified in in the configuration files you can set the option direct - not in list style.
 
447
     over the ones specified in the configuration files you can set the option direct - not in list style.
446
448
     This will not override the defined list, it will only prefix the list with this type.</para>
447
 
     <para>While it is possible to add an empty compression type to the order list, but APT in its current
448
 
     version doesn't understand it correctly and will display many warnings about not downloaded files -
449
 
     these warnings are most of the time false negatives. Future versions will maybe include a way to
450
 
     really prefer uncompressed files to support the usage of local mirrors.</para></listitem>
 
449
     <para>The special type <literal>uncompressed</literal> can be used to give uncompressed files a
 
450
     preference, but note that most archives doesn't provide uncompressed files so this is mostly only
 
451
     useable for local mirrors.</para></listitem>
451
452
     </varlistentry>
452
453
 
453
454
     <varlistentry><term>GzipIndexes</term>
618
619
 
619
620
   <refsect2><title>dpkg trigger usage (and related options)</title>
620
621
     <para>APT can call dpkg in a way so it can make aggressive use of triggers over
621
 
     multiply calls of dpkg. Without further options dpkg will use triggers only in between his
 
622
     multiple calls of dpkg. Without further options dpkg will use triggers only in between his
622
623
     own run. Activating these options can therefore decrease the time needed to perform the
623
624
     install / upgrade. Note that it is intended to activate these options per default in the
624
625
     future, but as it changes the way APT calling dpkg drastically it needs a lot more testing.