aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-02 14:10:47 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-02 14:10:47 +0000
commitb2a1b4af42c3fa67212f3954ff2a271f63e6d45c (patch)
tree7643ae306d4eb461e91b1039e72572eb20addf06
parentd888b4721d4335b9cc9d122e82affb5e48919f0b (diff)
downloadbusybox-w32-b2a1b4af42c3fa67212f3954ff2a271f63e6d45c.tar.gz
busybox-w32-b2a1b4af42c3fa67212f3954ff2a271f63e6d45c.tar.bz2
busybox-w32-b2a1b4af42c3fa67212f3954ff2a271f63e6d45c.zip
update the verbage describing what is needed for developer access
git-svn-id: svn://busybox.net/trunk/busybox@11315 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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