summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-02-03 17:05:12 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-02-03 17:05:12 -0600
commit85fa7231f71a39b8cb2676faacb5a777476db03b (patch)
tree45a1f9b5d9e217522239e4818e9302c213a22879 /doc
parentec9ce75979b16711b2e092b20abf2806350b3ac2 (diff)
downloadbcfg2-85fa7231f71a39b8cb2676faacb5a777476db03b.tar.gz
bcfg2-85fa7231f71a39b8cb2676faacb5a777476db03b.tar.bz2
bcfg2-85fa7231f71a39b8cb2676faacb5a777476db03b.zip
doc: Add documentation for Packages blacklist feature
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 774de44ee..d1a68b16e 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -117,6 +117,20 @@ All metadata processing can be disabled as well:
.. _packages-exampleusage:
+Blacklisting faulty dependencies
+--------------------------------
+
+If you encounter an issue with faulty dependency resolution due to
+Packages, please file a bug report so that we can fix the problem in
+future releases. In the meantime, you can work around this issue by
+blacklisting the offending Package in your Sources. The blacklist
+element should immediately follow the Component section of your source
+and should look like the following:
+
+.. code-block:: xml
+
+ <Blacklist>unwanted-packagename</Blacklist>
+
Example usage
=============