On Tue 27 May 2014 05:22:34 PM CEST, Kobi Ianko wrote: > Hi All, > when I try to push a patch I get: > > ! [remote rejected] HEAD -> refs/for/master (not Signed-off-by > author/committer/uploader in commit message footer) > error: failed to push some refs to 'gerrit.ovirt.org:ovirt-engine' > > > Although my patch is signed. > > Does someone have any clue how to solve this? > > 10x, Kobi > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/devel
What does git log -1 show? Probably the Signed-off-by header or it's not well places, or it's not signed by the committer/author/uploader. So you can try to amend the author, or the committer, or the header. -- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Email: [email protected] Web: www.redhat.com RHT Global #: 82-62605
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
