Author: tomaz
Date: Tue Oct 4 15:40:32 2011
New Revision: 796555
Log:
Publishing merge to libcloud site by tomaz
Modified:
websites/production/libcloud/ (props changed)
websites/production/libcloud/content/contributing.html
websites/production/libcloud/content/testing.html
Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct 4 15:40:32 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-796213
+/websites/staging/libcloud/trunk:787380-796554
Modified: websites/production/libcloud/content/contributing.html
==============================================================================
--- websites/production/libcloud/content/contributing.html (original)
+++ websites/production/libcloud/content/contributing.html Tue Oct 4 15:40:32
2011
@@ -87,7 +87,7 @@
<li>Make your changes</li>
<li>Write tests for your modifications and make sure that all the tests still
pass. For more informations about running the tests refer to the <a
href="/testing.html">Testing</a> page.</li>
<li>Create a patch with your changes</li>
-<li>git (format-patch): <code>git format-patch --stdout trunk >
patch_name.patch</code></li>
+<li>git (format-patch): <code>git format-patch --no-prefix --stdout trunk >
patch_name.patch</code></li>
<li>git (diff): <code>git diff --no-prefix trunk your_branch >
patch_name.patch</code></li>
<li>svn: <code>svn diff > patch_name.patch</code></li>
<li>Attach patch to the ticket you have created</li>
Modified: websites/production/libcloud/content/testing.html
==============================================================================
--- websites/production/libcloud/content/testing.html (original)
+++ websites/production/libcloud/content/testing.html Tue Oct 4 15:40:32 2011
@@ -94,7 +94,7 @@ module and you need root permissions to
<h3 id="running_tests_manually">Running Tests Manually</h3>
<p>To run the tests move to the root of the repository and run the following
command:</p>
-<p><code>PYTHONPATH=. python setup.test test</code></p>
+<p><code>PYTHONPATH=. python setup.py test</code></p>
<h3 id="generating_test_coverage_report">Generating Test Coverage Report</h3>
<p>To generate the test coverage run the following command:</p>
<p><code>PYTHONPATH=. python setup.py coverage</code></p>