Added explanation for "not Signed-off-by" error

Added a documentation page that explains the
"not Signed-off-by author/committer/uploader"
error.

Change-Id: I487bed1f91f9b713c78c019d303654aa221e6b91
Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
This commit is contained in:
Edwin Kempin
2011-01-26 09:39:54 +01:00
parent 229ede2a0c
commit 943d9f83b0
2 changed files with 31 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ Error Messages
* link:error-not-a-gerrit-administrator[Not a Gerrit administrator]
* link:error-not-a-gerrit-project.html[not a Gerrit project]
* link:error-not-permitted-to-create.html[Not permitted to create ...]
* link:error-not-signed-off-by.html[not Signed-off-by author/committer/uploader]
* link:error-not-valid-ref.html[not valid ref]
* link:error-change-upload-blocked.html[One or more refs/for/ names blocks change upload]
* link:error-permission-denied.html[Permission denied (publickey)]

View File

@@ -0,0 +1,30 @@
not Signed-off-by author/committer/uploader
===========================================
Projects in Gerrit can be configured to require a link:user-signedoffby.html#Signed-off-by[Signed-off-by] in
the commit message to enforce that every change is signed by the
author, committer or uploader. If for a project a Signed-off-by is
required and the commit message does not contain it, Gerrit rejects
to push the commit with this error message.
This policy can be bypassed by having the access right '+2 Forge
Committer or Tagger Identity' in the link:access-control.html#category_FORG['Forge Identity'] category.
This error may happen for different reasons if you do not have the
access right to forge the committer identity:
1. missing Signed-off-by in the commit message
2. Signed-off-by is contained in the commit message but it's neither
from the author, committer nor uploader
3. Signed-off-by from the author, committer or uploader is contained
in the commit message but not in the last paragraph
To be able to push your commits you have to update the commit
messages as explained link:error-push-fails-due-to-commit-message.html[here] so that they contain a Signed-off-by from
the author, committer or uploader in the last paragraph. However it
is important that you only add a Signed-off-by if you understand the
semantics of the link:user-signedoffby.html#Signed-off-by[Signed-off-by] and the commit applies to the rules
that are connected with this footer.
GERRIT
------
Part of link:error-messages.html[Gerrit Error Messages]