Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

CODING

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    CODING 804 B
    = Coding standards =
    
    Please follow our coding standards when developing
    http://projects.savoirfairelinux.com/projects/ring-daemon/wiki/Daemon_Coding_Rules
    
    = Gerrit workflow =
    
    We are now using Gerrit as a code review tool.
    Wiki documentation: http://projects.savoirfairelinux.com/projects/ring/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-ring.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