Added SSH keys to sourceforge binary uploads and website update.

This commit is contained in:
Jorrit Wronski
2014-12-07 00:50:10 +01:00
parent 7d41e016a5
commit 503e7b584b
3 changed files with 44 additions and 12 deletions

View File

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

20
Web/develop/release.rst Normal file
View File

@@ -0,0 +1,20 @@
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``.