File: CODING

package info (click to toggle)
sflphone 1.4.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 68,208 kB
  • ctags: 52,321
  • sloc: ansic: 348,181; cpp: 97,004; sh: 24,032; python: 11,282; xml: 7,437; makefile: 3,549; objc: 1,554; java: 1,090; asm: 46; sed: 16
file content (28 lines) | stat: -rw-r--r-- 799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= 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