diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-01-27 22:06:41 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-01-27 22:06:41 +0000 |
commit | 06b30ceeb260151edc91805f671ed889a2164353 (patch) | |
tree | 449631339e1b80bedfa365f7af56f1d1db20870c | |
parent | cf6e7476a65122b71e071947e01dc7c268b0ea2f (diff) | |
download | bcfg2-06b30ceeb260151edc91805f671ed889a2164353.tar.gz bcfg2-06b30ceeb260151edc91805f671ed889a2164353.tar.bz2 bcfg2-06b30ceeb260151edc91805f671ed889a2164353.zip |
Add user doc in roadmap for Sol's new VC code
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5045 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/1.0-roadmap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap index 840de3e85..6078494d7 100644 --- a/doc/1.0-roadmap +++ b/doc/1.0-roadmap @@ -47,3 +47,7 @@ server. **** mode='supervised' (default + ensure service is running when verification is performed) (deprecates supervised='true') **** mode='custom' (set non-default restart target in conjunction with target attr) +** Version Control backend +*** Now implemented as plugins (Git, Svn) +*** Enable either Git or Svn plugin in the plugins line of /etc/bcfg2.conf +*** the svn option in /etc/bcfg2.conf is no longer respected |