Changes between Version 23 and Version 24 of Contribute


Ignore:
Timestamp:
11/04/10 16:52:04 (13 years ago)
Author:
solj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute

    v23 v24  
    1313== Development ==  
    1414 
    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 `svn diff` inside of a source tree checked out of subversion. The source tree can be checked out by running: 
     15Send 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: 
    1616 
    1717{{{ 
    18 $ svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 
     18git clone git://git.mcs.anl.gov/bcfg2.git 
    1919}}} 
    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. 
    2220 
    2321Several resources for developers exist in the wiki: