-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small cleanup of the ring-daemon introductory material
* CODING: Update wiki URLs and refresh content. * ChangeLog: Fix typo. * README: Likewise, and use HTTPS for URLs. * doc/README: Rephrase. * man/README.manpages: Fix typo. Change-Id: I9d320ae2e5bdfacc84293001f08abb442da35fb5 Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
- Loading branch information
Maxim Cournoyer
authored and
Guillaume Roguez
committed
Jan 9, 2018
1 parent
e6c7666
commit bf10581
Showing
5 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
= Coding standards = | ||
= Coding Standards = | ||
|
||
Please follow our coding standards when developing | ||
http://projects.savoirfairelinux.com/projects/ring-daemon/wiki/Daemon_Coding_Rules | ||
Please follow our coding standards when developing: | ||
https://tuleap.ring.cx/plugins/mediawiki/wiki/ring/index.php?title=Libring_-_Coding_Rules | ||
|
||
= Gerrit workflow = | ||
= Gerrit Workflow = | ||
|
||
We are now using Gerrit as a code review tool. | ||
Wiki documentation: http://projects.savoirfairelinux.com/projects/ring/wiki/WorkingWithGerrit | ||
Gerrit is used as a code review tool. It is also the primary Git repository. | ||
Wiki documentation: https://tuleap.ring.cx/plugins/mediawiki/wiki/ring/index.php?title=Working_with_Gerrit | ||
|
||
== commit messages == | ||
== Commit Messages == | ||
|
||
Use Issue: followed by the ticket number | ||
Indicate the number of the related Tuleap issue in your commit message. | ||
|
||
== commit-msg hook == | ||
|
||
You may want to install the commit-msg hook that inserts a Change-Id on commit messages: | ||
The Gerrit commit-msg hook must be installed before code reviews can be pushed to Gerrit. | ||
This is because Gerrit relies on a unique Change-Id that can be tracked. The commit-msg hook | ||
takes care of inserting a Change-Id in your commit messages for you. | ||
|
||
It can be installed in your local git repository with the following command: | ||
$ gitdir=$(git rev-parse --git-dir); scp -p -P 29420 username@gerrit-ring.savoirfairelinux.com:hooks/commit-msg ${gitdir}/hooks/ | ||
|
||
Other documentation source: | ||
== Gerrit integration with Jenkins == | ||
|
||
* http://strongspace.com/rtyler/public/gerrit-jenkins-notes.pdf | ||
* https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger | ||
|
||
Thank you team! | ||
|
||
Test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
This file is not used for logging changes but to satisfies autotool requirements. | ||
Please, read NEWS file for changes. | ||
This file is only to satisfy autotool requirements. | ||
Please refer to the NEWS file for changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This directory holds all the documentation files, that are interfaced on the | ||
ring.cx website, and in other documentation areas. | ||
This directory holds all the documentation files. This documentation | ||
is made available online on the ring.cx website, as well as in other | ||
documentation areas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters