]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/gpg_sign: sign rpm packages in chunks of 100
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 23 Feb 2017 10:23:50 +0000 (12:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:19 +0000 (12:54 +0000)
commit874f5016fd4dc76bc867b68470297fe59e78a9e6
treeee987ad6814f62a09fc3c241081f8d8a301ab583
parentc0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5
lib/oe/gpg_sign: sign rpm packages in chunks of 100

Split the file list into chunks in order to avoid
"OSError: [Errno 7] Argument list too long"

This would happend when a package has huge amount of subpackages, e.g.
glibc-locale.

[YOCTO #11069]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/gpg_sign.py