From 7f1fd5234f1b29ba4d19058ce8641f9c7977ceab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Sep 2005 14:16:56 +0000 Subject: update developer verbage --- docs/uclibc.org/developer.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/uclibc.org/developer.html b/docs/uclibc.org/developer.html index c0cbdf054..949e3cae4 100644 --- a/docs/uclibc.org/developer.html +++ b/docs/uclibc.org/developer.html @@ -13,9 +13,15 @@ will want to add the following to set up your environment: To obtain commit access, you will need to demonstrate you are serious by submitting a few good patches first. Then, you will need to select a username -to use when committing stuff, and finally, you will need to send me the -username you have selected, an ssh key, and the email address where you prefer -email to be sent (I will forward any email sent to you, but not store it). +to use when committing changes to SVN, you will need to send me the username +you have selected, you must send me your preferred contact email address, and +finally, you must send me an ssh version 2 DSA key with 1024 bits (the default) +or more. If you do not currently have an ssh version 2 DSA key, you can +generate a key using the command
ssh-keygen -t dsa
This will +create the files
/home/<USERNAME>/ssh/id_dsa
+/home/<USERNAME>/.ssh/id_dsa.pub
You must then send the content +of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' +should of course be kept secret.

-- cgit v1.2.3