]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: avoid too long command lines in update with history
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 13 May 2016 16:56:57 +0000 (18:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:41 +0000 (07:26 +0100)
commit1cb484ab99eabb5c24792757ab09d7f170f2e614
treefea4626963f672aededa91b47dfc8d08b4fe6e3e
parentd0304acb05b926b08805d8652e12eaf19bf53ad6
combo-layer: avoid too long command lines in update with history

As suspected, invoking "git archive" with all intended files as
parameters can run into command line length limitations. Splitting up
the parameters into multiple invocations (xargs-style) works and was
tested after encountering the situation in practice.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer