diff options
author | Ulf Samuelsson <ulf@emagii.com> | 2011-12-20 15:16:08 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-04-04 08:51:17 +0000 |
commit | 8e5ea23201033f25323db1f8604a8860129c017a (patch) | |
tree | 8827e8bd30463bf1f910e9f5b3beb52152898f47 /HACKING | |
parent | 1748aab2c9202783a723f6d58a204a57f1094663 (diff) |
tools/initial.sh
Small script to setup Gerrit with the local repository
Usage: tools/initial.sh <username>
Change-Id: I26527c35cfe040c7752efec06064d5dc9e3ec6a2
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Attila Kinali <attila@kinali.ch>
Reviewed-on: http://openocd.zylin.com/290
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -86,6 +86,11 @@ wget http://openocd.zylin.com/tools/hooks/commit-msg mv commit-msg .git/hooks chmod +x .git/hooks/commit-msg @endcode +@b NOTE A script exists to simplify the two items above. execute: +@code +tools/initial.sh <username> +@endcode +With <username> being your Gerrit username. -# Set up git with your name and email: @code git config --global user.name "John Smith" |