Skip to content

Commit

Permalink
gerrit: add wiki reference in CODING file
Browse files Browse the repository at this point in the history
- Not much documentation added, mainly to test the jenkins trigger
- Add command-line to install the commit-msg hook

Refs #45573

Change-Id: Ifda520b48b2b9d152a6edd772dd54aa90667d484
  • Loading branch information
Emmanuel Milou committed Apr 22, 2014
1 parent b31c244 commit fa4f314
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions CODING
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
= Coding standards =

Please follow our coding standards when developing
http://projects.savoirfairelinux.net/wiki/sflphone/Coding_Standards

Gerrit code review
Ask for code review: refs/for/master
By pass: refs/heads/master

= Gerrit workflow =

We are now using Gerrit as a code review tool.
Wiki documentation: https://projects.savoirfairelinux.com/projects/sflphone/wiki/WorkingWithGerrit

== commit-msg hook ==

You may want to install the commis-msg hook that insert a Change-Id on commit messages:
$ gitdir=$(git rev-parse --git-dir); scp -p -P 29420 username@gerrit-sflphone.savoirfairelinux.com:hooks/commit-msg ${gitdir}/hooks/

Other documentation source:

* http://strongspace.com/rtyler/public/gerrit-jenkins-notes.pdf
* https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger

0 comments on commit fa4f314

Please sign in to comment.