On 03/08/2016 10:40 PM, Shawn McKinney wrote:
> 
>> On Mar 8, 2016, at 2:31 PM, Stefan Seelmann <[email protected]> wrote:
>>
>>
>> please check https://www.apache.org/dev/release-signing.html and especially
>>
>> * upload the public key to a keyserver: [1]
>>
>> * append the public key to our KEYS file: [2]
>> (our KEYS file is [3], you should be able to SVN checkout)
> 
> Those instructions got me to 
> 
> -------
> Step 8 : Publish Source and Binary Distribution Packages:
> First of all, create a new directory on people.apache.org/public_html to 
> store the pacckages :
> 
> $ ssh people.apache.org
> $ mkdir public_html/fortress-core-<version>
> $ exit
> ------
> 
> Where now I am stuck again because I can’t access the server.  I recall that 
> the people.apache.org server is being moved to another server?

Yes, that server is now home.apache.org, and you can no longer ssh to
it, only sftp is possible.

To access the server you first need to add your ssh pubkey to
https://id.apache.org/

For the previous Kerby release I used cmdline sftp like this (but there
are also nice GUIs)

$ sftp [email protected]
mkdir public_html
cd public_html
mkdir kerby-1.0.0-RC2
cd kerby-1.0.0-RC2
put kerby-all-*-source-release.zip*

Kind Regards,
Stefan

PS: We have now outdated and different release process documentation for
each subproject, one (tm) should (tm) unify them...

Reply via email to