aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-09-02 14:10:47 +0000
committerEric Andersen <andersen@codepoet.org>2005-09-02 14:10:47 +0000
commitf46f1b4d8a6effe99975aa6960bb865511712cab (patch)
tree7643ae306d4eb461e91b1039e72572eb20addf06
parent7f90ae436f1b6a1d92dc2e5d32afe1579bdb7ff1 (diff)
downloadbusybox-w32-f46f1b4d8a6effe99975aa6960bb865511712cab.tar.gz
busybox-w32-f46f1b4d8a6effe99975aa6960bb865511712cab.tar.bz2
busybox-w32-f46f1b4d8a6effe99975aa6960bb865511712cab.zip
update the verbage describing what is needed for developer access
-rw-r--r--docs/busybox.net/developer.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html
index c6f4ba693..1f0943f8d 100644
--- a/docs/busybox.net/developer.html
+++ b/docs/busybox.net/developer.html
@@ -13,9 +13,15 @@ will want to add the following to set up your environment:
13 13
14To obtain commit access, you will need to demonstrate you are serious by 14To obtain commit access, you will need to demonstrate you are serious by
15submitting a few good patches first. Then, you will need to select a username 15submitting a few good patches first. Then, you will need to select a username
16to use when committing stuff, and finally, you will need to send me the 16to use when committing changes to SVN, you will need to send me the username
17username you have selected, an ssh key, and the email address where you prefer 17you have selected, you must send me your preferred contact email address, and
18email to be sent (I will forward any email sent to you, but not store it). 18finally, you must send me an ssh version 2 DSA key with 1024 bits (the default)
19or more. If you do not currently have an ssh version 2 DSA key, you can
20generate a key using the command<pre>ssh-keygen -t dsa</pre> This will
21create the files <pre>/home/&lt;USERNAME&gt;/ssh/id_dsa
22/home/&lt;USERNAME&gt;/.ssh/id_dsa.pub</pre> You must then send the content
23of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa'
24should of course be kept secret.
19 25
20<p> 26<p>
21 27