Re: [OE-core] [PATCH 2/3] oe/gpg_sign: check for python-pexpect when using local signing

2016-02-08 Thread Ioan-Adrian Ratiu
Hello On Mon, 8 Feb 2016 12:52:39 +0200 Markus Lehtonen wrote: > On Fri, 2016-02-05 at 14:31 +, Burton, Ross wrote: > > > > On 5 February 2016 at 14:00, Markus Lehtonen < > > markus.lehto...@linux.intel.com> wrote: > > > +msgs.append("Please

Re: [OE-core] [PATCH 2/3] oe/gpg_sign: check for python-pexpect when using local signing

2016-02-08 Thread Markus Lehtonen
On Fri, 2016-02-05 at 14:31 +, Burton, Ross wrote: > > On 5 February 2016 at 14:00, Markus Lehtonen < > markus.lehto...@linux.intel.com> wrote: > > +msgs.append("Please install python-pexpect that is > > needed by lcocal gpg signing.") > > > Isn't this only needed if signing

[OE-core] [PATCH 2/3] oe/gpg_sign: check for python-pexpect when using local signing

2016-02-05 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- meta/lib/oe/gpg_sign.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py index 8832ea9..ea35564 100644 --- a/meta/lib/oe/gpg_sign.py +++

Re: [OE-core] [PATCH 2/3] oe/gpg_sign: check for python-pexpect when using local signing

2016-02-05 Thread Burton, Ross
On 5 February 2016 at 14:00, Markus Lehtonen < markus.lehto...@linux.intel.com> wrote: > +msgs.append("Please install python-pexpect that is needed by > lcocal gpg signing.") > Isn't this only needed if signing RPMs? Hopefully in the future this class will be used for more than RPM