]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-publish-sdk: use hook to call git update-server-info
authorAndrea Galbusera <gizero@gmail.com>
Mon, 31 Jul 2017 09:19:18 +0000 (11:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 08:24:03 +0000 (09:24 +0100)
commit0a8ae997c782794b6ef32654cb245b496ab1de8e
tree8924c9b301eae84266028efb7b234f200b370d6e
parent0dcdb146f59a184419bffd4f24cdf8343a43c0ea
scripts/oe-publish-sdk: use hook to call git update-server-info

The author's initial intent was to use a git hook to automatically call
update-server-info, but the wrong hook type was chosen (post-update). A
post-commit one will do the job, hence allowing to drop the explicit call to
update-server-info.

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-publish-sdk