]> git.saurik.com Git - apt.git/commitdiff
* Better documentation on using both APT::Default-Release and /etc/apt/preferences...
authorLuca Bruno <lethalman88@gmail.com>
Fri, 3 Oct 2008 18:41:16 +0000 (20:41 +0200)
committerLuca Bruno <lethalman88@gmail.com>
Fri, 3 Oct 2008 18:41:16 +0000 (20:41 +0200)
debian/changelog
doc/apt-get.8.xml
doc/apt_preferences.5.xml

index fe63ecdf33e8e3b7fa4b75acd127cdbb804f508d..c2581b52e8e54b75df110e70b03583ba1b22e63c 100644 (file)
@@ -3,6 +3,8 @@ apt (0.7.15~exp4) UNRELEASED; urgency=low
   [Luca Bruno]
   * Fix some typos in docs and translations (thanks to timeless, closes: #368665)
   * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
+  * Better documentation on using both APT::Default-Release and
+    /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
 
  -- Luca Bruno <lethalman88@gmail.com>  Fri, 03 Oct 2008 20:00:18 +0200
 
index 329a46c51a85b2a3625e2b88f3345ca8424dcacc..2ea6ea1d460214605a41aa62b1198186fe391e20 100644 (file)
                    <term><option>--target-release</option></term>
                    <term><option>--default-release</option></term>
      <listitem><para>This option controls the default input to the policy engine, it creates
-     a default pin at priority 990 using the specified release string. The
-     preferences file may further override this setting. In short, this option
+     a default pin at priority 990 using the specified release string.
+     This overrides the general settings in <filename>/etc/apt/preferences</filename>.
+     Specifically pinned packages are not affected by the value
+     of this option. In short, this option
      lets you have simple control over which distribution packages will be
      retrieved from. Some common examples might be 
      <option>-t '2.1*'</option> or <option>-t unstable</option>.
index c55bb4ee25146be6c34c43b43101a8aebf86256b..162c2f00e1525e94e6cf0dfc3c7de70156aadcd7 100644 (file)
@@ -60,6 +60,9 @@ belongs.  It is possible to single out a distribution, "the target release",
 which receives a higher priority than other distributions do by default.
 The target release can be set on the <command>apt-get</command> command
 line or in the APT configuration file <filename>/etc/apt/apt.conf</filename>.
+Note that this has precedence over any general priority you set in the
+<filename>/etc/apt/preferences</filename> file described later, but not
+over specifically pinned packages.
 For example,
 
 <programlisting>