Lysator's git server, git.lysator.liu.se, is about to be replaced. New server will run gitlab software instead of the current gitorious.
Nettle and LSH repos (as well as other repos I have there) will move, but they may be temporarily unavailable in the weekend or next week. Don't panic. I'll send another mail once everything is ready at the new server. Intention is that git urls will be unchanged.
Regards, /Niels
nisse@lysator.liu.se (Niels Möller) writes:
Nettle and LSH repos (as well as other repos I have there) will move, but they may be temporarily unavailable in the weekend or next week.
Now all repos exist at the new server, available under the temporary name gluten.lysator.liu.se. Testing is appreciated.
The repositories at git.lysator.liu.se and gluten.lysator.liu.se may be slightly out of sync. My intention is that the repository on the machine named "git.lysator.liu.se" should be the main repo, and that name will most likely be assigned to the new server in a few days.
Regards, /Niels
nisse@lysator.liu.se (Niels Möller) writes:
I'll send another mail once everything is ready at the new server. Intention is that git urls will be unchanged.
The move is completed now, and git.lysator.liu.se points to the new server. Apparently, the gitlab software doesn't support the git protocol (or if anyone knows how to fix that, I'd be happy to relay the info to the root team).
For public access, "git:" in the URLs must be replaced by "https:", like
https://git.lysator.liu.se/nettle/nettle.git https://git.lysator.liu.se/lsh/lsh.git
Sorry for the inconvenience.
Regards, /Niels
On 06/08/2014 12:43 PM, Niels Möller wrote:
For public access, "git:" in the URLs must be replaced by "https:", like
tested, and this works fine for me. I did:
git config remote.origin.url \ https://git.lysator.liu.se/nettle/nettle.git
thanks for doing this maintenance work, Niels.
--dkg
nettle-bugs@lists.lysator.liu.se