diff options
author | Jim Norris <u17263@att.net> | 2011-10-14 13:42:26 -0500 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-10-15 00:00:19 +0000 |
commit | 2d4bdb9fe089b5fe169639cecf32fbe38dca1a16 (patch) | |
tree | 1eebe4a3410227955b4385c61cfc193e8f38455b /HACKING | |
parent | 3828b5827d0a701143e4d21be938d7d1acf110a2 (diff) | |
download | riscv-openocd-2d4bdb9fe089b5fe169639cecf32fbe38dca1a16.zip riscv-openocd-2d4bdb9fe089b5fe169639cecf32fbe38dca1a16.tar.gz riscv-openocd-2d4bdb9fe089b5fe169639cecf32fbe38dca1a16.tar.bz2 |
Add some more detail for setting up Gerrit account.
1) Add a couple more steps when setting up the Gerrit account.
Change-Id: I5d81feac4650d4d28653d14cfc0baf14270424c1
Signed-off-by: Jim Norris <u17263@att.net>
Reviewed-on: http://openocd.zylin.com/28
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -16,6 +16,32 @@ The procedure to create a patch is essentially: http://openocd.zylin.com +- On subsequent sign ins, use the full URL prefaced with 'http://' + For example: + + http://user_identifier.open_id_provider.com + +0.1. Add a username to your profile. + +After creating the Gerrit account and signing in, you will need to +add a username to your profile. To do this, go to 'Settings', and +add a username of your choice. + +Your username will be required in step 2 and substituted wherever +the string 'USERNAME' is found. + +0.2. Add an SSH public key + +Following the directions for your specific platform: + + for Windows: help.github.com/win-set-up-git/#_set_up_ssh_keys + for OSX: help.github.com/mac-set-up-git/#_set_up_ssh_keys + for Linux: help.github.com/linux-set-up-git/#_set_up_ssh_keys + +While these pages describe the setting up of git as well, +you should scroll down the page till you get to the section: +'Next: Set Up SSH Keys', and follow the steps described. + 1. Clone the git repository, rather than just download the source. |