[Koha-devel] Move of the git server

Jonathan Druart jonathan.druart at bugs.koha-community.org
Thu Nov 26 12:30:00 CET 2020


Hi,

We have a situation currently, the git clone is not working correctly

If you are facing the following error:
error: RPC failed; HTTP 504 curl 22 The requested URL returned error:
504 Gateway Time-out
fatal: The remote end hung up unexpectedly

You should consider cloning with depth=1:
  % git clone --depth=1 https://git.koha-community.org/Koha-community/Koha.git

Cheers,
Jonathan

Le mar. 24 nov. 2020 à 21:35, Jonathan Druart
<jonathan.druart at bugs.koha-community.org> a écrit :
>
> The move has been done!
>
> You will have a problem from now to git fetch.
> Please use this command to set "origin" to point to the new remote url:
>   % git remote set-url origin
> https://git.koha-community.org/Koha-community/Koha.git
>
> I will try later to have a redirect
>
> Le lun. 23 nov. 2020 à 23:51, Jonathan Druart
> <jonathan.druart at bugs.koha-community.org> a écrit :
> >
> > It clashed with the maintenance releases so it's postponed to tomorrow!
> >
> > Le lun. 23 nov. 2020 à 15:04, Jonathan Druart
> > <jonathan.druart at bugs.koha-community.org> a écrit :
> > >
> > > Hi,
> > >
> > > We are planning a move of the git server on Nov 23th at 20 UTC.
> > > There will be a DNS switch and some quick tweaks that will be needed after it.
> > >
> > > Expect a bit of downtime during the intervention.
> > >
> > > Use the gitlab or github mirror if you really need to access/clone it.
> > >
> > > Cheers,
> > > Jonathan


More information about the Koha-devel mailing list