You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/03/22 23:20:58 UTC

svn commit: r787405 - in /websites/production/libcloud: ./ content/libcloud/

Author: tomaz
Date: Tue Mar 22 22:20:57 2011
New Revision: 787405

Log:
Publishing merge to libcloud site by tomaz

Modified:
    websites/production/libcloud/   (props changed)
    websites/production/libcloud/content/libcloud/about.html
    websites/production/libcloud/content/libcloud/contributing.html
    websites/production/libcloud/content/libcloud/devinfo.html
    websites/production/libcloud/content/libcloud/downloads.html
    websites/production/libcloud/content/libcloud/driver-features.html
    websites/production/libcloud/content/libcloud/getting-started.html
    websites/production/libcloud/content/libcloud/index.html
    websites/production/libcloud/content/libcloud/sitemap.html
    websites/production/libcloud/content/libcloud/whos-using.html

Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Mar 22 22:20:57 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-787401
+/websites/staging/libcloud/trunk:787380-787404

Modified: websites/production/libcloud/content/libcloud/about.html
==============================================================================
--- websites/production/libcloud/content/libcloud/about.html (original)
+++ websites/production/libcloud/content/libcloud/about.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/contributing.html
==============================================================================
--- websites/production/libcloud/content/libcloud/contributing.html (original)
+++ websites/production/libcloud/content/libcloud/contributing.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 
@@ -70,15 +71,9 @@
 <li>Make your changes</li>
 <li>Write tests for your modifications and make sure that all the tests still pass (python setup.py test)</li>
 <li>Create a patch with your changes</li>
-<li>git (format-patch):<br />
-     ::bash<br />
-      git format-patch --stdout trunk &gt; patch_name.patch</li>
-<li>git (diff):<br />
-    ::bash<br />
-    git diff --no-prefix trunk your_branch &gt; patch_name.patch</li>
-<li>svn:<br />
-    ::bash<br />
-    svn diff &gt; patch_name.patch</li>
+<li>git (format-patch): git format-patch --stdout trunk &gt; patch_name.patch</li>
+<li>git (diff): git diff --no-prefix trunk your_branch &gt; patch_name.patch</li>
+<li>svn: svn diff &gt; patch_name.patch</li>
 <li>Attach patch to the ticket you have created</li>
 <li>Wait for your patch to be reviewed and / or accepted</li>
 </ol>

Modified: websites/production/libcloud/content/libcloud/devinfo.html
==============================================================================
--- websites/production/libcloud/content/libcloud/devinfo.html (original)
+++ websites/production/libcloud/content/libcloud/devinfo.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/downloads.html
==============================================================================
--- websites/production/libcloud/content/libcloud/downloads.html (original)
+++ websites/production/libcloud/content/libcloud/downloads.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/driver-features.html
==============================================================================
--- websites/production/libcloud/content/libcloud/driver-features.html (original)
+++ websites/production/libcloud/content/libcloud/driver-features.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/getting-started.html
==============================================================================
--- websites/production/libcloud/content/libcloud/getting-started.html (original)
+++ websites/production/libcloud/content/libcloud/getting-started.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/index.html
==============================================================================
--- websites/production/libcloud/content/libcloud/index.html (original)
+++ websites/production/libcloud/content/libcloud/index.html Tue Mar 22 22:20:57 2011
@@ -73,6 +73,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/sitemap.html
==============================================================================
--- websites/production/libcloud/content/libcloud/sitemap.html (original)
+++ websites/production/libcloud/content/libcloud/sitemap.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>
 
 

Modified: websites/production/libcloud/content/libcloud/whos-using.html
==============================================================================
--- websites/production/libcloud/content/libcloud/whos-using.html (original)
+++ websites/production/libcloud/content/libcloud/whos-using.html Tue Mar 22 22:20:57 2011
@@ -38,6 +38,7 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>