-
Kevin M. Rosenberg authored836c7174
The gitlab.common-lisp.net system has migrated to a new host. As a consequence, all cloned repos must refer to remotes with URLs that refer to either git.common-lisp.net or gitlab.common-lisp.net. While remotes that referred to common-lisp.net worked previously, this was by happy accident, rather than by design and is not and will not be supported moving forward.
Please update your remotes by using the following command from the cloned repo directory on your machine: git remote set-url origin git@gitlab.common-lisp.net/{$user|$org}/{$repo}.git
gitlab-runner users: If you are running gitlab-runner on your own infrastructure, you need to update your config to point to https://gitlab.common-lisp.net, if it was previously pointing at simply https://common-lisp.net. The common-lisp.net host can no longer be used interchangeably with gitlab.common-lisp.net as may have worked previously. N.B. you can simply edit your gitlab-runner config and change the hostname; it should not be necessary to change anything with the token which you'll see along with that host url in the gitlab-runner config file.
gitlab.common-lisp.net has recently been migrated and has become pickier about what types of SSH keys it accepts. So if you are using an older keypair (e.g. rsa with less than 2048 bits) then you may need to generate and register a new pair.
Our gitlab now supports the following key types for both SSH login and Git operations:
ED25519: ssh-ed25519, ssh-ed25519-cert-v01@openssh.com
ECDSA: ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, and their certificate versions
RSA: rsa-sha2-512, rsa-sha2-256, and their certificate versions (Note: RSA keys must be at least 2048 bits long)
Security Keys: sk-ssh-ed25519@openssh.com, sk-ecdsa-sha2-nistp256@openssh.com, and their certificate forms
Older RSA keys with less than 2048 bits are no longer accepted. Please ensure your RSA keys meet this requirement.
How to Update: If you need to update or generate new SSH keys, please follow the instructions provided in the GitLab documentation at: Generating SSH KeysThank you for your coöperation in keeping our infrastructure up to date.