Re: [Ubuntu-phone] Skipping GPG verification in recovery

2014-05-13 Thread Jani Monoses
On Wed, May 14, 2014 at 12:30 AM, Ricardo Salveti de Araujo < ricardo.salv...@canonical.com> wrote: > On Tue, May 13, 2014 at 7:02 AM, Jani Monoses > wrote: > > Hello, > > > > during bringup and development it is helpful to skip image signature > > verification and not worry about setting up GPG

Re: [Ubuntu-phone] Skipping GPG verification in recovery

2014-05-13 Thread Ricardo Salveti de Araujo
On Tue, May 13, 2014 at 7:02 AM, Jani Monoses wrote: > Hello, > > during bringup and development it is helpful to skip image signature > verification and not worry about setting up GPG keychains. A common way to > do it is to just add a return 0 to the verify_signature() function to the > local co

Re: [Ubuntu-phone] Skipping GPG verification in recovery

2014-05-13 Thread Stéphane Graber
On Tue, May 13, 2014 at 01:02:29PM +0300, Jani Monoses wrote: > Hello, > > during bringup and development it is helpful to skip image signature > verification and not worry about setting up GPG keychains. A common way to > do it is to just add a return 0 to the verify_signature() function to the >

[Ubuntu-phone] Skipping GPG verification in recovery

2014-05-13 Thread Jani Monoses
Hello, during bringup and development it is helpful to skip image signature verification and not worry about setting up GPG keychains. A common way to do it is to just add a return 0 to the verify_signature() function to the local copy of system-image-upgrader. What do you think of this patch to