diff options
author | 2010-11-12 19:35:30 +0000 | |
---|---|---|
committer | 2010-11-12 19:35:30 +0000 | |
commit | 7123cc1484e653234ffcd95a0b9ef918bb800223 (patch) | |
tree | 729c3aa53691299d0d2b36885169007cb0738623 | |
parent | ef1962094589a83f1300f04748fa4ef5abcba990 (diff) | |
download | paludis-7123cc1484e653234ffcd95a0b9ef918bb800223.tar.gz paludis-7123cc1484e653234ffcd95a0b9ef918bb800223.tar.xz |
Note on what importance doesn't do
-rw-r--r-- | doc/overview/pbins.html.part | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/overview/pbins.html.part b/doc/overview/pbins.html.part index bcc04bace..756130813 100644 --- a/doc/overview/pbins.html.part +++ b/doc/overview/pbins.html.part @@ -31,6 +31,11 @@ configuration. The <code>importance</code> setting may be of interest here, howe binary repository will result in packages in that repository being preferred, whilst using a low importance will result in binaries only being used when necessary or explicitly requested.</p> +<div class="note"> + <p><code>importance</code> is only considered when deciding between two packages with the same version. To avoid + ever using a package from a particular repository, a mask must be used.</p> +</div> + <h2>Notes on <code>libarchive</code></h2> <p>We use <a href="http://code.google.com/p/libarchive/">libarchive</a> to create binary packages. At the time of |