mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
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:
@@ -11,7 +11,6 @@ Information for Developers
|
||||
cmake.rst
|
||||
buildbot.rst
|
||||
documentation.rst
|
||||
release.rst
|
||||
|
||||
Address Sanitizer
|
||||
-----------------
|
||||
|
||||
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user