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/06 19:21:19 UTC

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

Author: pquerna
Date: Thu May  6 17:21:19 2010
New Revision: 941813

URL: http://svn.apache.org/viewvc?rev=941813&view=rev
Log:
explain how to make a release.

Modified:
    incubator/libcloud/trunk/HACKING

Modified: incubator/libcloud/trunk/HACKING
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/HACKING?rev=941813&r1=941812&r2=941813&view=diff
==============================================================================
--- incubator/libcloud/trunk/HACKING (original)
+++ incubator/libcloud/trunk/HACKING Thu May  6 17:21:19 2010
@@ -54,3 +54,15 @@ Testing
   Ran 7 tests in 0.001s
 
   OK
+
+Making a release
+=======
+ 
+ We have a script that runs the required setup.py commands and then hashes
+ and signs the files.  To run it:
+
+    cd dist
+    ./release.sh -u yourusername@apache.org
+
+ This should result in a set of apache-libcloud-${VERSION}.{tar.bz2,zip}{,asc,md5,sha1}
+ files that are suitable to be uploaded for a release.