From e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 11 Jan 2010 02:05:30 +0000 Subject: doc: Rearrange document structure and add client tools Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5669 ce84e21b-d406-0410-9b95-82705330c041 --- doc/plugins/version/git.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/plugins/version/git.txt') diff --git a/doc/plugins/version/git.txt b/doc/plugins/version/git.txt index 621c64127..1b538f475 100644 --- a/doc/plugins/version/git.txt +++ b/doc/plugins/version/git.txt @@ -3,3 +3,16 @@ === Git === + +Why use the Git plugin +====================== + +The Git plugin is useful if you would like to track changes to your bcfg2 repository using a `Git `_ backend. Currently, It enables you to get revision information out of your repository for reporting purposes. Future plans are to commit changes to the repo which are made by the server. + +How to enable the Git plugin +============================ + +The Git plugin uses `Dulwich `_ to interface with git repositories. Therefore, you will need to install Dulwich on the bcfg2 server first. Once installed, simply add Git to your plugins line in /etc/bcfg2.conf:: + + [server] + plugins = Base,Bundler,Cfg,...,Git -- cgit v1.2.3-1-g7c22