Files
jami-daemon/CODING
Emmanuel Milou d087bdee13 gerrit: try patchset-created
To update Redmine issue

Refs #45573
Issue: #45573

Change-Id: I80e30d5d289a782f5983c92a1bf96f2bdf9c4736
2014-05-02 15:45:59 -04:00

29 lines
799 B
Plaintext

= Coding standards =
Please follow our coding standards when developing
http://projects.savoirfairelinux.net/wiki/sflphone/Coding_Standards
= Gerrit workflow =
We are now using Gerrit as a code review tool.
Wiki documentation: https://projects.savoirfairelinux.com/projects/sflphone/wiki/WorkingWithGerrit
== commit messages ==
Use Issue: followed by the ticket number
== commit-msg hook ==
You may want to install the commit-msg hook that inserts 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
Thank you team!
Test