diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2014-11-23 20:27:52 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2014-11-23 20:27:52 +0100 |
commit | 71ed20ebf662a7b72e60913df94ce6933236bf09 (patch) | |
tree | 5d2a5b5eb009414eb93174e5fd60a1abae88b746 /CODING | |
parent | e8c61e7690ebd5accff93fb347c68750aa7496b3 (diff) |
Little improvement to the release procedure
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -52,16 +52,16 @@ Release process instructions | |||
52 | setup.py build_doc -b changes ...and manually merge | 52 | setup.py build_doc -b changes ...and manually merge |
53 | * Git push and wait jenkins to generate the 2 tarballs | 53 | * Git push and wait jenkins to generate the 2 tarballs |
54 | * Test the generated tarballs | 54 | * Test the generated tarballs |
55 | * scp tarballs to | 55 | * scp tarballs & md5sums to: |
56 | download.enlightenment.org/srv/web/download.enlightenment.org/public_html/pre-releases | 56 | download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/ |
57 | * Announce at enlightenment-release@lists.sourceforge.net that tarballs are | 57 | * Announce at enlightenment-release@lists.sourceforge.net that tarballs are |
58 | ready for testing | 58 | ready for testing |
59 | 59 | ||
60 | ... wait 24 hours, fix any issues found. In the mean time you can prepare the | 60 | ... wait 24 hours, fix any issues found. In the mean time you can prepare the |
61 | release announcement for phame/ml. | 61 | release announcement for phame/ml. |
62 | 62 | ||
63 | * ssh to dl.e.org and mv the tarballs to | 63 | * ssh to download.enlightenment.org and mv tarballs & md5sums to: |
64 | /srv/web/download.enlightenment.org/rel/bindings/python | 64 | /srv/web/download.enlightenment.org/public_html/rel/bindings/python |
65 | * Create and push the tag for the release | 65 | * Create and push the tag for the release |
66 | git tag -a v1.9.0 && git push origin v1.9.0 | 66 | git tag -a v1.9.0 && git push origin v1.9.0 |
67 | * Create and push the branch for stable backporting | 67 | * Create and push the branch for stable backporting |