Dear mentors, I am currently preparing a QA upload for the link-grammar Debian package. The link-grammar packaging Git repository is currently still hosted on Alioth:
https://anonscm.debian.org/git/collab-maint/link-grammar.git I would like to migrate the repository to Salsa, but since I am not a Debian Developer, I do not have access to the Debian group on Salsa. Therefore, I would like to ask for someone to create a "link-grammar" packaging repository in the Debian group on Salsa and grant me (wolff-guest) write access to it. An empty repository will suffice; I'll take care of the rest (including a Merge Request for AliothRewriter). Once the new repository is in place, it would be a good idea to lock the old Alioth repository, which can be achieved by creating the file /git/collab-maint/link-grammar.git/hooks/pre-receive with the following content, which I would also like to ask you to do, since I do not have write access in that location: """ #!/bin/sh cat <<EOF ======================================================== This repository has been moved to salsa.debian.org: https://salsa.debian.org/debian/link-grammar ======================================================== EOF exit 1 """ Thank you! Best regards, Fabian

