davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7f132af8d6a059c7e46f0c2d7dca306f3fdfb9f7

commit 7f132af8d6a059c7e46f0c2d7dca306f3fdfb9f7
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Wed Aug 5 15:05:20 2015 +0200

    Update release process instructions
---
 CODING | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/CODING b/CODING
index 87e320b..d01752c 100644
--- a/CODING
+++ b/CODING
@@ -58,7 +58,7 @@ Tips
 Release process instructions
 ============================
 
-* Announce at enlightenment-rele...@lists.sourceforge.net that you are planning
+* Announce at rele...@lists.enlightenment.org that you are planning
   for the release
 * Change versions in efl/__init__.py (ex: 1.9.0)
 * Update the ChangeLog file:
@@ -67,14 +67,14 @@ Release process instructions
 * Test the generated tarballs
 * scp tarballs & md5sums to:
   
download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/
-* Announce at enlightenment-rele...@lists.sourceforge.net that tarballs are
+* Announce at rele...@lists.enlightenment.org that tarballs are
   ready for testing
 
 ... wait 24 hours, fix any issues found. In the mean time you can prepare the
     release announcement for phame/ml.
 
 * ssh to download.enlightenment.org and mv tarballs & md5sums to:
-    /srv/web/download.enlightenment.org/public_html/rel/bindings/python
+    /srv/web/download.enlightenment.org/public_html/rel/bindings/python/
 * Upload the .tar.gz archive to pypi:
    - first upload the PKG-INFO file from the "edit" section on pypi
    - then upload the tarball from the "files" section
@@ -82,10 +82,12 @@ Release process instructions
     git tag -a v1.9.0 && git push origin v1.9.0
 * Create and push the branch for stable backporting
     git branch python-efl-1.9 && git push origin python-efl-1.9
+* scp the generated html documentation to:
+  
download.enlightenment.org:/srv/web/docs.enlightenment.org/public_html/python-efl/1.XX.0/
+  and update the 'current' link on the server (ssh)
+* Update download and docs link on the website wiki
 * Publish the blog post on phame (Official Announcements)
 * Announce the release to rele...@lists.enlightenment.org
-    (an alias for e-announce etc.)
-* Update download link on website (clone website/www.git, edit, commit, push)
 * Change versions again in efl/__init__.py (ex: 1.9.99)
 
 more info at:

-- 


Reply via email to