summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-01 10:41:32 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-01 10:41:39 -0500
commitd746166a7a984fc549f2c863020625f4c89ab5b3 (patch)
tree5961386081ca5dd6be8195cd6e45b8a6e853760b /doc
parent63ee213c1b17b6e1fb526451d3c5736bd51eab86 (diff)
downloadbcfg2-d746166a7a984fc549f2c863020625f4c89ab5b3.tar.gz
bcfg2-d746166a7a984fc549f2c863020625f4c89ab5b3.tar.bz2
bcfg2-d746166a7a984fc549f2c863020625f4c89ab5b3.zip
docs: document abstract Package tag
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index e45864ef9..b6aa6190e 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -538,9 +538,10 @@ Package Groups
--------------
Yum package groups are supported by the native Yum libraries. To
-include a package group, use the :xml:attribute:`PackageType:group`
-attribute of the :xml:element:`Package` tag. You can use either the
-short group ID or the long group name:
+include a package group, use the
+:xml:attribute:`PackageStructure:group` attribute of the
+:xml:element:`Package` tag. You can use either the short group ID or
+the long group name:
.. code-block:: xml
@@ -563,13 +564,22 @@ Valid values of "type" are:
* ``optional`` or ``all``: Install all packages in the group,
including mandatory, default, and optional packages.
-See :xml:element:`PackageStructure` for details.
+See :xml:type:`PackageStructure` for details.
You can view the packages in a group by category with the ``yum
groupinfo`` command. More information about the different levels can
be found at
http://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups#Installation
+Abstract Package Tags
+---------------------
+
+If you are using the native Yum libraries, the abstract Package tag
+supports several attributes in addition to the standard
+:xml:attribute:`PackageStructure:name`:
+
+.. xml:type:: PackageStructure
+
.. _pulp-source-support:
Pulp Support