Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: correct repo URLs

...

Code Block
To: private@nifi.apache.org, [new committer]
Subject: [committer]: What to do now that you're a committer
[committer], as you know, the ASF Infrastructure has set up your committer account as the username '[committer username]'.

Please visit the link and follow the instructions to set up your SSH, mail forwarding, etc.: <http://www.apache.org/dev/#committers>


Ensure you're subscribed to the Apache NiFi Developers mailing list dev@nifi.apache.org. We also recommend subscribing to the Users and Commits mailing lists at users@nifi.apache.org and commits@nifi.apache.org


We recommend being very familiar with the Apache NiFi contributors guide: https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide


You have commit access to specific sections of the ASF repository, as follows:


Apache NiFi has various resources at:  
 - Source Code for Apache NiFi  https://git-wip-us.apache.org/repos/asf/nifi.git
 - Source Code for Apache NiFi Maven Plugins https://git-wip-us.apache.org/repos/asf/nifi-sitemaven.git
 - The NiFi web site source: https://git-wip-us.apache.org/repos/asf/nifi-mavensite.git


And you have access to the general "committers" repository:
 - https://svn.apache.org/repos/private/committer
 
To commit, ensure you use https in your git remotes, or if you've been pulling from a mirror like github, you'll need to add a remote such as:
 $ git remote add apache https://git-wip-us.apache.org/repos/asf/nifi.git


If you have any questions during this phase, then please see the following resources:


  - Apache developer's pages: http://www.apache.org/dev/
  - New committers guide: http://www.apache.org/dev/new-committers-guide.html


Naturally, if you don't understand anything be sure to ask us on the NiFi dev mailing list. Please note, documentation is maintained by volunteers and hence can be out-of-date and incomplete - of course you can now help fix that.

...