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
It clashed with the maintenance releases so it's postponed to tomorrow! Le lun. 23 nov. 2020 à 15:04, Jonathan Druart <jonathan.druart@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
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@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@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
Nice one, Jonathan. It's looking nice. Also updated stats at https://git.koha-community.org/stats/koha-master/authors.html. Hurray! Now to write more commits... David Cook Software Engineer Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 -----Original Message----- From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On Behalf Of Jonathan Druart Sent: Wednesday, 25 November 2020 7:36 AM To: koha-devel <koha-devel@lists.koha-community.org> Subject: Re: [Koha-devel] Move of the git server 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@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@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
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Congratulations, for that beer you brew. And also for the new Git server! El mar, 24 nov 2020 a las 17:36, Jonathan Druart (< jonathan.druart@bugs.koha-community.org>) escribió:
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@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@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
Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
Hi, thanks for the move. On 20-11-24 21:35, Jonathan Druart wrote:
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
Additional info: SSH URL also has changed and the error is the same as if the SSH key wasn't in the forge. So don't be fooled like me by this, update the SSH URL: gitmaster@git.koha-community.org:koha.git ↓ git@git.koha-community.org:Koha-community/Koha.git -- Victor Grousset/tuxayo
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@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@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@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
That should be fixed now! Le jeu. 26 nov. 2020 à 12:30, Jonathan Druart <jonathan.druart@bugs.koha-community.org> a écrit :
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@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@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@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
participants (4)
-
dcook@prosentient.com.au -
Jonathan Druart -
Tomas Cohen Arazi -
Victor Grousset/tuxayo