(no commit message)
authorlkcl <lkcl@web>
Thu, 23 Jan 2020 10:33:45 +0000 (10:33 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 23 Jan 2020 10:33:45 +0000 (10:33 +0000)
HDL_workflow.mdwn

index 6437ba34189da7d056b7dc3f65315c4a24ed2fe4..fa7c98a62efc6176da2bbf5d8ef88b5abe93cab1 100644 (file)
@@ -47,3 +47,17 @@ nmigen may be installed as follows:
 
 testing can then be carried out with "python3 setp.py test"
 
+# Registering for git repository access
+
+After going through the onboarding process and having agreed to take responsibility for certain tasks, ask on the mailing list for git repository access, sending in a public key (id_rsa.pub). If you do not have one generate it with ssh-keygen -t rsa.
+
+NEVER SEND ANYONE THE PRIVATE KEY.
+
+Create a file ~/.ssh/config with the following lines:
+    Host git.libre-riscv.org
+    Port 922
+
+Wait for the Project Admin to confirm that the ssh key has been added to the required repositories.  Once confirmed,
+you can clone any of the repos at http://git.libre-riscv.org:
+    git clone gitolite3@git.libre-riscv.org:REPONAME.git
+