From ad377a77ed88a8a4b0615dd2d2e984bef5b15d93 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 1 Feb 2010 02:28:39 +0000 Subject: doc: Add server/reports sections Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5709 ce84e21b-d406-0410-9b95-82705330c041 --- doc/plugins/version/bzr.txt | 25 ------------------------- doc/plugins/version/fossil.txt | 20 -------------------- doc/plugins/version/git.txt | 20 -------------------- doc/plugins/version/svn.txt | 20 -------------------- 4 files changed, 85 deletions(-) delete mode 100644 doc/plugins/version/bzr.txt delete mode 100644 doc/plugins/version/fossil.txt delete mode 100644 doc/plugins/version/git.txt delete mode 100644 doc/plugins/version/svn.txt (limited to 'doc/plugins/version') diff --git a/doc/plugins/version/bzr.txt b/doc/plugins/version/bzr.txt deleted file mode 100644 index 58cc1930f..000000000 --- a/doc/plugins/version/bzr.txt +++ /dev/null @@ -1,25 +0,0 @@ -.. -*- mode: rst -*- - -.. _plugins-version-bzr: - -=== -Bzr -=== - -Why use the Bazaar plugin -========================= - -The Bazaar plugin is useful if you would like to track changes to your bcfg2 repository using a `Bazaar `_ 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 Bazaar plugin -=============================== - -Simply add "Bzr" to your plugins line in /etc/bcfg2.conf:: - - [server] - plugins = Base,Bundler,Cfg,...,Bzr - -Usage notes -=========== - -Unlike other VCS plugins for BCFG2, the Bazaar plugin checks whether there are uncommitted changes to the repository. If there are, this plugin appends a "+" after the version number. Essentially, this means you're using that version, "plus" some changes. diff --git a/doc/plugins/version/fossil.txt b/doc/plugins/version/fossil.txt deleted file mode 100644 index 36c0c204a..000000000 --- a/doc/plugins/version/fossil.txt +++ /dev/null @@ -1,20 +0,0 @@ -.. -*- mode: rst -*- - -.. _plugins-version-fossil: - -====== -Fossil -====== - -Why use the Fossil plugin -========================= - -The Fossil plugin is useful if you would like to track changes to your bcfg2 repository using a `Fossil SCM `_ 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 Fossil plugin -=============================== - -Simply add "Fossil" to your plugins line in /etc/bcfg2.conf:: - - [server] - plugins = Base,Bundler,Cfg,...,Fossil diff --git a/doc/plugins/version/git.txt b/doc/plugins/version/git.txt deleted file mode 100644 index 8ec30bc6a..000000000 --- a/doc/plugins/version/git.txt +++ /dev/null @@ -1,20 +0,0 @@ -.. -*- mode: rst -*- - -.. _plugins-version-git: - -=== -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 diff --git a/doc/plugins/version/svn.txt b/doc/plugins/version/svn.txt deleted file mode 100644 index 284ed5dea..000000000 --- a/doc/plugins/version/svn.txt +++ /dev/null @@ -1,20 +0,0 @@ -.. -*- mode: rst -*- - -.. _plugins-version-svn: - -=== -Svn -=== - -Why use the Svn plugin -====================== - -The Svn plugin is useful if you would like to track changes to your bcfg2 repository using a `Subversion `_ backend. It deprecates the previous Subversion integration mentioned here at ftp://ftp.mcs.anl.gov/pub/bcfg/papers/directing-change-with-bcfg2.pdf. 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 Svn plugin -============================ - -Simply add Svn to your plugins line in /etc/bcfg2.conf:: - - [server] - plugins = Base,Bundler,Cfg,DBStats,Decisions,Metadata,NagiosGen,Pkgmgr,Probes,Rules,SSHbase,TGenshi,Svn -- cgit v1.2.3-1-g7c22