summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-11-04 15:47:18 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-11-04 15:47:18 +0000
commit8ba8ba01679019e989b32249e4e7816f74de4fc5 (patch)
tree5a60e98f8e402ffc27e9c1592ccbf8f872d11034
parent0ba4ca63793d2c4aa791300258c00c922ff63cc1 (diff)
downloadbcfg2-8ba8ba01679019e989b32249e4e7816f74de4fc5.tar.gz
bcfg2-8ba8ba01679019e989b32249e4e7816f74de4fc5.tar.bz2
bcfg2-8ba8ba01679019e989b32249e4e7816f74de4fc5.zip
add validation stuff
(Logical change 1.142) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@639 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--doc/repo-quickstart.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/repo-quickstart.txt b/doc/repo-quickstart.txt
index f50e2305f..d52fc08a2 100644
--- a/doc/repo-quickstart.txt
+++ b/doc/repo-quickstart.txt
@@ -52,4 +52,10 @@ Adding to the repository:
be added to the repository in <REPO>/Cfg. Services must be
activated in <REPO>/etc/services.xml.
- - Activate the bundle for a class in <REPO>/etc/metadata.xml \ No newline at end of file
+ - Activate the bundle for a class in <REPO>/etc/metadata.xml
+
+In all cases, run /usr/sbin/ValidateBcfg2Repo <repo> after changes are
+made. This wil check that the files still parse (ie typos, or quote
+errors) and check their values against xml schemas, which will ensure
+that all element names are correct and that required attributes are
+included. \ No newline at end of file