~bcfg2/bcfg2/yum-tools

« back to all changes in this revision

Viewing changes to doc/server/plugins/version/git.txt

  • Committer: solj
  • Date: 2010-03-23 13:41:11 UTC
  • Revision ID: vcs-imports@canonical.com-20100323134111-vl3abetyyskj92dx
doc: More suggested improvements from Philipp Riegger

Signed-off-by: Sol Jerome <solj@ices.utexas.edu>

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
The Git plugin is useful if you would like to track changes to your bcfg2
13
13
repository using a `Git <http://git-scm.com/>`_ backend. Currently,
14
14
It enables you to get revision information out of your repository for
15
 
reporting purposes. Future plans are to commit changes to the repo which
16
 
are made by the server.
 
15
reporting purposes. Once the plugin is enabled, every time a client
 
16
checks in, it will include the current repository revision in the
 
17
reports/statistics.
 
18
 
 
19
Future plans are to commit changes to the repo which are made by the
 
20
server (adding clients, ssh keys, etc).
17
21
 
18
22
How to enable the Git plugin
19
23
============================