diff options
author | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 17:40:31 -0500 |
---|---|---|
committer | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 17:40:31 -0500 |
commit | 05b15c2c3d606d13303346158a63603483f42c1a (patch) | |
tree | b006489a4aca087e6e08ef6900d1f56c5ffa1a10 | |
parent | 204113149cb2d6618c2608ac9da5c6dafe34b26b (diff) | |
download | bcfg2-05b15c2c3d606d13303346158a63603483f42c1a.tar.gz bcfg2-05b15c2c3d606d13303346158a63603483f42c1a.tar.bz2 bcfg2-05b15c2c3d606d13303346158a63603483f42c1a.zip |
Added repository and VCS to the glossary.
-rw-r--r-- | doc/glossary.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/glossary.txt b/doc/glossary.txt index 4840bf562..d475218f2 100644 --- a/doc/glossary.txt +++ b/doc/glossary.txt @@ -28,4 +28,11 @@ Glossary structure + repository + A colledtion of folders and files that make up the configurations that Bcfg2 applies to server. The repository is located at ``/var/lib/bcfg2`` by default. This is not to be confused with a :term:VCS repository, which is an excellent place to pull your Bcfg2 repository from to manage changes. + + VCS + Stands for `Version Control System <http://en.wikipedia.org/wiki/Revision_control>_. + + .. _Genshi Homepage: http://genshi.edgewall.org/ |