]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: modified to generate better commit messages.
authorPuustinen, Ismo <ismo.puustinen@intel.com>
Fri, 3 Jul 2015 11:36:15 +0000 (14:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 22:57:13 +0000 (23:57 +0100)
commitfe84747f961772b61031af59d44e54b178148379
treea66a405fca5bec62789a28a14f0c88a6935a3fa6
parenta9c174fd4bfabbae00d947738b06e72d7809eab3
combo-layer: modified to generate better commit messages.

This patch includes support for a global section in combo-layer.conf
called [combo-layer-settings]. Supported in this section is key
"commit_msg"; its value is the template for the git commit message
that updates the last_revision. The template can include substitution
for the updated component list: ${components}. The substituted value
will either be a comma-separated list of components or "all components",
if combo-layer was invoked without component list argument.

If the key is not present, the old default value is used for the commit
message.

Configuration file example:

[combo-layer-settings]
commit_msg = pulled in the latest changes for ${components}.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer