]> 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>
Mon, 11 Jan 2016 15:41:06 +0000 (15:41 +0000)
commit3ab40bf9d5f19d91e45f7bae77f037b2544e889b
tree25698e7db082d10256b0656765c8cc2ac756764f
parentbc1fd218acde4728b8a039cb4da3fd9f50eb57a5
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.

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