The signed-off-policy was officially adopted in the recent IRC meeting
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Meeting201409

The policy will take effect October 1 at midnight local (US Central
Daylight) time.  (2014-10-01T05:00Z)

Any commit that does not have the Signed-off-by line required by policy
will be rejected with a message similar to this one:

    remote: The following commits are not signed-off.  By policy, all commits
    remote: after October 1, 2014 must be signed-off.  For more information, see
    remote: 
http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=docs/SubmittingPatches
    remote: 
    remote: [on branch refs/heads/2.6]
    remote: 8a0b568 docs: document milltask's "ini.*" hal pins
    To git+ssh://git.linuxcnc.org/git/linuxcnc.git
     ! [remote rejected] 2.6 -> 2.6 (pre-receive hook declined)
    error: failed to push some refs to 
'git+ssh://git.linuxcnc.org/git/linuxcnc.git'

If you encounter this error, and you're just pushing a single commit,
use "git commit --amend -s" to add signed-off-by to your commit and push
again.  If you're in a more complicated situation such as multiple
commits, drop by on IRC and we'll walk you through how to use git rebase
to add the signed-off-by header to all your messages.

Jeff

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to