summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/contribute.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-24 18:47:00 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-24 18:47:00 +0000
commit7c6c1e10f3cc62acc919123d0067a8a9720aeffa (patch)
treea6f6cb0cc17d41e6ccbc27c2e9f986df2e37c67d /doc/unsorted/contribute.txt
parente3bd887d601dad1be9352768206cbb45a91a8cc7 (diff)
downloadbcfg2-7c6c1e10f3cc62acc919123d0067a8a9720aeffa.tar.gz
bcfg2-7c6c1e10f3cc62acc919123d0067a8a9720aeffa.tar.bz2
bcfg2-7c6c1e10f3cc62acc919123d0067a8a9720aeffa.zip
doc: Add a lot more unsorted stuff from the wiki
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5703 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/unsorted/contribute.txt')
-rw-r--r--doc/unsorted/contribute.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/unsorted/contribute.txt b/doc/unsorted/contribute.txt
new file mode 100644
index 000000000..e43ed4ad3
--- /dev/null
+++ b/doc/unsorted/contribute.txt
@@ -0,0 +1,60 @@
+.. -*- mode: rst -*-
+
+.. _unsorted-contribute:
+
+=====================
+Contributing to Bcfg2
+=====================
+
+There are several ways users can contribute to the Bcfg2 project.
+
+* Developing code
+* Testing prereleases
+* Adding to the common repository
+* Improving the wiki
+
+Development
+===========
+
+Send patches to the [wiki:MailingList bcfg mailing list] or create a trac [https://trac.mcs.anl.gov/projects/bcfg2/newticket ticket] with the patch included. In order to submit a ticket via the trac system, you will need to create a session by clicking on the [https://trac.mcs.anl.gov/projects/bcfg2/prefs Preferences] link and filling out/saving changes to the form. In order to be considered for mainline inclusion, patches need to be BSD licensed. The most convenient way to prepare patches is by using svn diff inside of a source tree checked out of subversion. The source tree can be checked out by running::
+
+ svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2
+
+Users wishing to contribute on a regular basis can apply for direct subversion access. Mail the mailing list for details.
+
+Several resources for developers exist in the wiki:
+
+* [wiki:DevelopmentTips]
+* [wiki:Development/WritingPlugins Writing Bcfg2 Server Plugins]
+* [wiki:Architecture]
+* [wiki:WritingClientToolDrivers]
+* [wiki:Bcfg2SubversionHowto]
+* [wiki:LearningPython]
+* [wiki:UsingRcache]
+
+Bcfg2 is the result of a lot of work by many different people. They are listed on the [wiki:Contributors contributors page.]
+
+Feel free to drop in during a [wiki:CodeSprintIdeas code sprint] if you would like to help out with some easier problems.
+
+Testing Prereleases
+===================
+
+Before each release, several prereleases will be tagged. It is helpful to have users test these releases (when feasible) because it is hard to replicate the full range of potential reconfiguration situations; between different operating systems, system management tools, and configuration specification variation, there can be large differences between sites.
+
+See the [wiki:TrackingDevelopmentTrunk] page for a better view of changes in the prereleases.
+
+Adding to the Common Repository
+===============================
+
+The Bcfg2 common repository is a set of portable examples that new repositories can be based on. This repo has several parts. The first is a series of group definitions that describe a wide range of client systems. The second is a set of portable bundles that have been ported to use these groups. This makes these bundles transparently portable across new client architectures.
+
+This approach has several benefits to users
+
+* Configuration specification can be shared across sites where appropriate
+* This common configuration specification can be reused, allowing sites to migrate to new systems that other sites have already ported the common repository to
+* Setup of new systems becomes a lot easier.
+
+Improving the wiki
+==================
+
+Mail the [wiki:MailingList mailing list] for an account on the wiki.