Rework DCO with check and match commands 42/16642/9
authorDW Talton <dtalton@contractor.linuxfoundation.org>
Thu, 22 Aug 2019 01:59:06 +0000 (18:59 -0700)
committerDW Talton <dtalton@contractor.linuxfoundation.org>
Thu, 29 Aug 2019 22:50:59 +0000 (15:50 -0700)
commit4571080a7756d6802c113d36911e831e1ae8110e
tree32b619845e6f33fc5e12c462431a06accc7c9c28
parent8e71b93f6e18cabc2c5ddca87b2754e4a354adf2
Rework DCO with check and match commands

The DCO shell script now has two commands, 'check' and 'match'.
Check will scan a git repo for missing DCO signatures and output
the results to the console. Match checks commits that do have
DCO signatures and confirms that the signature matches the commit
author's email address

Issue: RELENG-1980
Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org>
Change-Id: I36f57ccdc993df9923dc2d9102b7bac4c92e2739
lftools/cli/dco.py
releasenotes/notes/dco-check-2ef51234a4ee7d80.yaml [new file with mode: 0644]
shell/dco [changed mode: 0644->0755]