Changes between Version 23 and Version 24 of Contribute
- Timestamp:
- 11/04/10 16:52:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute
v23 v24 13 13 == Development == 14 14 15 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 ` svndiff` inside of a source tree checked out of subversion. The source tree can be checked out by running:15 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 `git diff` inside of a source tree checked out of subversion. The source tree can be checked out by running: 16 16 17 17 {{{ 18 $ svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 18 git clone git://git.mcs.anl.gov/bcfg2.git 19 19 }}} 20 21 Users wishing to contribute on a regular basis can apply for direct subversion access. Visit the [wiki:SubversionAccess Subversion access] page or mail the [wiki:MailingList Bcfg mailing list] for details.22 20 23 21 Several resources for developers exist in the wiki: