You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/07 00:34:48 UTC

svn commit: r941958 - /incubator/libcloud/trunk/HACKING

Author: pquerna
Date: Thu May  6 22:34:48 2010
New Revision: 941958

URL: http://svn.apache.org/viewvc?rev=941958&view=rev
Log:
mention secrets.py-dist

Modified:
    incubator/libcloud/trunk/HACKING

Modified: incubator/libcloud/trunk/HACKING
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/HACKING?rev=941958&r1=941957&r2=941958&view=diff
==============================================================================
--- incubator/libcloud/trunk/HACKING (original)
+++ incubator/libcloud/trunk/HACKING Thu May  6 22:34:48 2010
@@ -36,6 +36,14 @@ Using The Git-SVN Bridge (For Committers
 Testing
 =======
 
+ Libcloud includes an example secrets.py file at:
+  test/secrets.py-dist
+
+ To run the test cases, you most likely want to run:
+  $ cp test/secrets.py-dist  test/secrets.py
+
+ This is done to prevent accidental commits of a developers provider credentials.
+
  To run all suites:
 
   libcloud$ python setup.py test