You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2013/11/12 11:53:30 UTC

[Jclouds Wiki] Trivial Update of "Committers Guide" by IgnasiBarrera

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.

The "Committers Guide" page has been changed by IgnasiBarrera:
https://wiki.apache.org/jclouds/Committers%20Guide?action=diff&rev1=5&rev2=6

  
  The jclouds Git repositories are hosted in the ASF infrastructure, but there are also mirrors in Github. This is the current repository layout:
  
- || Apache || https://git-wip-us.apache.org/repos/asf?s=incubator-jclouds || The main and official repositories ||
+ || Apache || https://git-wip-us.apache.org/repos/asf?s=jclouds || The main and official repositories ||
  || Github || https://github.com/jclouds/jclouds || Mirrors from the ASF repositories, used to accept contributions and do code reviews ||
  
  == Rules of thumb ==
@@ -19, +19 @@

   2. If the commit message needs to be edited, edit it in the patch file.
   3. Pull the changes in the ASF repository to make sure you have the latest version of the master branch.
    {{{
-   git remote add asf https://git-wip-us.apache.org/repos/asf/incubator-jclouds.git
+   git remote add asf https://git-wip-us.apache.org/repos/asf/jclouds.git
    git fetch asf
    git checkout master
    git rebase asf/master