From 780f03b01a48daccceb287de61f2ff89e6c5056c Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 30 Apr 2010 19:48:40 +0000 Subject: YUMng: Add support for Path type='ignore' entries Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5851 ce84e21b-d406-0410-9b95-82705330c041 --- doc/client/tools/yumng.txt | 25 ++++++++++++++++++------- doc/server/configurationentries.txt | 9 +++++++++ 2 files changed, 27 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/client/tools/yumng.txt b/doc/client/tools/yumng.txt index c3b645a4f..ce1b0a0ad 100644 --- a/doc/client/tools/yumng.txt +++ b/doc/client/tools/yumng.txt @@ -550,19 +550,16 @@ Ignore Tag ^^^^^^^^^^ The Ignore tag is used to "mask out" individual files from the RPM -verification. This is done by comparing the verification failure results -with the Ignore tag name. If there is a match, that entry is not used +verification. This is done by comparing the verification failure results +with the Ignore tag name. If there is a match, that entry is not used by the client to determine if a package has failed verification. Ignore tag entries can be specified at both the Package level, in which case they apply to all Instances, and/or at the Instance level, in which case they only apply to that instance. -Ignore tag entries only work with the RPMng driver. They do not appear -to be supported in YUMng as of 1.0pre5. - -Ignore tag entries can be specified in both old and new style Pkgmgr -files. +Ignore tag entries are used by the RPMng driver. They can be specified +in both old and new style Pkgmgr files. The Ignore Tag supports the following attributes: @@ -581,6 +578,20 @@ Example +POSIX 'ignore' Path entries +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The YUMng analog to the Ignore Tag used by RPMng is the use of Path +entries of type 'ignore'. The following shows an example for the +centos-release package which doesn't verify if you remove the default +repos and replace them with a custom repo. + +.. code-block:: xml + + + + + Automated Generation of Pkgmgr Configuration Files -------------------------------------------------- diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt index dc445b1b4..af1140bab 100644 --- a/doc/server/configurationentries.txt +++ b/doc/server/configurationentries.txt @@ -68,6 +68,15 @@ the *type* and any other necessary attributes in `Rules`_. | hardlink | New | Create | name, to | | | | hardlinks | | +-------------+----------------------+-----------------+--------------------------+ +| ignore | New | Ignore files | name, to | +| | | that cause | | +| | | package | | +| | | verification | | +| | | failures | | +| | | (currently | | +| | | applies to only | | +| | | YUMng) | | ++-------------+----------------------+-----------------+--------------------------+ | nonexistent | New | Specify a path | name | | | | that should not | | | | | exist | | -- cgit v1.2.3-1-g7c22