Page 1 of 1

Hg connection to openttdcoop.org

Posted: 09 Mar 2019 11:15
by Wahazar
Could anybody refresh my volatile memory, how properly establish mercurial push-pull connection from local host to opettdcoop.org?
I generated RSA key, press reset on my account page, but how to upload new key here?
What I should to change/update/set, beside this?

Re: Hg connection to openttdcoop.org

Posted: 09 Mar 2019 11:55
by planetmaker
McZapkie wrote:Could anybody refresh my volatile memory, how properly establish mercurial push-pull connection from local host to opettdcoop.org?
I generated RSA key, press reset on my account page, but how to upload new key here?
What I should to change/update/set, beside this?
Updating your ssh key is done manually. Open a ticket at the devzone or attach your public key here and I will install it there for your convenience.

Re: Hg connection to openttdcoop.org

Posted: 11 Mar 2019 01:24
by Wahazar
Everything works now, thank you.

Re: Hg connection to openttdcoop.org

Posted: 31 Mar 2019 14:28
by Wahazar
One more hg related question.
I created new project, but repository https://dev.openttdcoop.org/projects/eot/repository was not created automatically, as it is described in openttdcoop manual.
I initiated new hg project locally, but cant push it, I can't pull anything from server either.
I can resemble, that I run into similar issue before, but don't remember how to solve it (I think pressing 'new repository' in settings is not a good idea).
Any help appreciated...

Re: Hg connection to openttdcoop.org

Posted: 31 Mar 2019 21:32
by frosch
DevZone has some kind of chicken-egg problem when creating new projects.
The trick is to *not* request a repository when creating the project, but to enable the repository after the project has been created.

Anyway, EoT is fixed now.

Re: Hg connection to openttdcoop.org

Posted: 31 Mar 2019 22:28
by Wahazar
Thanks, I get it. Noted and bookmarked for future reference, to avoid deja vu :)

Re: Hg connection to openttdcoop.org

Posted: 05 Apr 2019 08:37
by Wahazar
There is no repository, and seems that is is global problem (for all projects hosted by dev.openttdcoop.org)

Re: Hg connection to openttdcoop.org

Posted: 05 Apr 2019 10:20
by planetmaker
The Redmine front-end was having issues (but that controls the write-access via ssh as well).
The repositories themselves are actually on another VM and were unaffected. Their alternative address (which is normally is read-only) is https://hg.openttdcoop.org/

By now everything is working as normal again. Thanks for the report.