Remived release pages: It might make more sense to search the web for the latest info instead of having one more page to maintain.

This commit is contained in:
Jorrit Wronski
2014-12-07 01:06:05 +01:00
parent 503e7b584b
commit a87a2e876f
2 changed files with 0 additions and 21 deletions

View File

@@ -11,7 +11,6 @@ Information for Developers
cmake.rst
buildbot.rst
documentation.rst
release.rst
Address Sanitizer
-----------------

View File

@@ -1,20 +0,0 @@
Pushing files to the release channels
=====================================
Get your keys ready
-------------------
CoolProp uses SourceForge to distribute binaries and the compressed source code
archives. If you want to be part of the release team, you have to be registered
`SourceForge <http://ww.sourceforge.net>`_ user.
For seamless integration, you need to set up the ssh keys to enable automated
``rsync`` file transfers. Use ``ssh-keygen -C "myownname@shell.sf.net"`` to generate
a pair of ssh keys on the machine you would like to use during the release process.
This would typically be the buildbot master, see also :ref:`Buildbot`.
Log in to the SourceForge web site and go to ``Me -> Account Settings -> SSH Settings``.
Set your login shell to ``/bin/bash`` and paste the content of the public key
file into the text box. The file you want to use to that is normally ``~/.ssh/id_rsa.pub``.