]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-publish-sdk: add missing call to git update-server-info
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jan 2016 11:15:42 +0000 (00:15 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jan 2016 15:41:31 +0000 (15:41 +0000)
commit2b3c7c6fc52a0fb66e31796ca7daacd19afbf75f
treeffbc6f31436c6d60ebc42010cf1453212f2d91fa
parentfa0424ee742a6b331f1c6462eb69fecba6dc7f86
scripts/oe-publish-sdk: add missing call to git update-server-info

We need to call git update-server-info here on the created repository or
we can't share it over plain http as we need to be able to for the
update process to function as currently implemented.

(From OE-Core master rev: 3ab40bf9d5f19d91e45f7bae77f037b2544e889b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-publish-sdk