Difference between revisions of "GoVPP/gerrit-review"

From fd.io
Jump to: navigation, search
(Submitting changes for review:)
Line 1: Line 1:
 
In order to submit patches made in the go-getted repository of GoVPP into Gerrit, please follow these steps:
 
In order to submit patches made in the go-getted repository of GoVPP into Gerrit, please follow these steps:
 +
 +
=== Prerequisite ===
 +
go get git.fd.io/govpp.git
  
 
=== Initial setup: ===
 
=== Initial setup: ===

Revision as of 11:30, 5 May 2017

In order to submit patches made in the go-getted repository of GoVPP into Gerrit, please follow these steps:

Prerequisite

go get git.fd.io/govpp.git

Initial setup:

cd $GOPATH/src/git.fd.io/govpp.git
git remote add gerrit ssh://<USERNAME>@gerrit.fd.io:29418/govpp
git review -s -r gerrit

Submitting the changes:

git commit -as -m "commit message"
git review -r gerrit