diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-02 14:10:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-02 14:10:47 +0000 |
commit | b2a1b4af42c3fa67212f3954ff2a271f63e6d45c (patch) | |
tree | 7643ae306d4eb461e91b1039e72572eb20addf06 | |
parent | d888b4721d4335b9cc9d122e82affb5e48919f0b (diff) | |
download | busybox-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.html | 12 |
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 | ||
14 | To obtain commit access, you will need to demonstrate you are serious by | 14 | To obtain commit access, you will need to demonstrate you are serious by |
15 | submitting a few good patches first. Then, you will need to select a username | 15 | submitting a few good patches first. Then, you will need to select a username |
16 | to use when committing stuff, and finally, you will need to send me the | 16 | to use when committing changes to SVN, you will need to send me the username |
17 | username you have selected, an ssh key, and the email address where you prefer | 17 | you have selected, you must send me your preferred contact email address, and |
18 | email to be sent (I will forward any email sent to you, but not store it). | 18 | finally, you must send me an ssh version 2 DSA key with 1024 bits (the default) |
19 | or more. If you do not currently have an ssh version 2 DSA key, you can | ||
20 | generate a key using the command<pre>ssh-keygen -t dsa</pre> This will | ||
21 | create the files <pre>/home/<USERNAME>/ssh/id_dsa | ||
22 | /home/<USERNAME>/.ssh/id_dsa.pub</pre> You must then send the content | ||
23 | of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' | ||
24 | should of course be kept secret. | ||
19 | 25 | ||
20 | <p> | 26 | <p> |
21 | 27 | ||