Skip to content
Snippets Groups Projects
Commit fa4f3142 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

gerrit: add wiki reference in CODING file

- Not much documentation added, mainly to test the jenkins trigger
- Add command-line to install the commit-msg hook

Refs #45573

Change-Id: Ifda520b48b2b9d152a6edd772dd54aa90667d484
parent b31c2441
No related branches found
No related tags found
No related merge requests found
= 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment