]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: make Signed-off-by optional
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 9 Mar 2015 12:50:11 +0000 (13:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:08 +0000 (11:03 +0000)
commitdba34e5a6f0a4c726266654dc5f26e0f7f13db0f
tree3de29468837b06f1f53a92ab7815ddb8b37feebb
parenta3b246ee928d2ec59c8b6a775d9309f5be33ecc7
combo-layer: make Signed-off-by optional

It depends on the diligence of the person running the combo-layer tool
whether the Signed-off-by line added to each commit actually indicates
that the person was involved in validating the change.

When the import is purely automatic, it is better to not add the line,
because the history is more useful without it (searching for the person
really only lists changes he or she was involved with) and it would
be a false statement.

The 'signoff' property can be set per repository, like every
other property. But setting it in the special [DEFAULT] section
is more useful, so that is what the example shows.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer
scripts/combo-layer.conf.example