Re: Ubuntu Snap Store

2016-10-13 Thread David Barth
Hey Chris, It is certainly doable. The URL / object mapping in snapweb is still a bit funny right now. You are right, this needs fixing. https://bugs.launchpad.net/snapweb/+bug/1632986 David On Thu, Oct 13, 2016 at 8:30 AM, Didier Roche wrote: > Le 13/10/2016 à 01:01, Chris a écrit : > > When

Re: Ubuntu Snap Store

2016-10-13 Thread Chris
On Thu, 2016-10-13 at 10:15 +0200, David Barth wrote: > Hey Chris, > > It is certainly doable. The URL / object mapping in snapweb is still > a bit funny right now. > You are right, this needs fixing. https://bugs.launchpad.net/snapweb/ > +bug/1632986 > > David Thanks for submitting the bug repo

Official snap button

2016-10-13 Thread Aaron Ogle
Greetings! I work on the Rocket.Chat project. We are looking at adding our desktop snap as well as our server snap to our website as the officially recommended way of installing. Ideally for the desktop at least we'd like to try and link to the Ubuntu Software store directly so they can install

Re: Ubuntu Snap Store

2016-10-13 Thread Alexandre Abreu
Hey Chris, Thank you for your bug report, a fix is ready to be merged for that: https://bugs.launchpad.net/snapweb/+bug/1632986 It should be fixed in the next snapweb release, Cheers Alex On Wed, Oct 12, 2016 at 7:01 PM, Chris wrote: > When browsing snaps at uappexplorer.com I like to midd

Re: Ubuntu Snap Store

2016-10-13 Thread Chris
On Thu, 2016-10-13 at 15:06 -0400, Alexandre Abreu wrote: > Hey Chris, > > Thank you for your bug report, > > a fix is ready to be merged for that: > > https://bugs.launchpad.net/snapweb/+bug/1632986 > > It should be fixed in the next snapweb release, > > Cheers > Alex > You're welcome Alex,

Removing a key

2016-10-13 Thread Luke Williams
Hello, I was trying to build an Ubuntu-Core image and noticed that I don't have my original snap key on my newly rebuilt system (hard drive failure on my build machine) so I created a new default key, but can't upload it since I already have a key named default. I ended up creating a new key with

Re: Removing a key

2016-10-13 Thread Manik Taneja
On Thu, Oct 13, 2016 at 1:48 PM, Luke Williams wrote: Hello, > > I was trying to build an Ubuntu-Core image and noticed that I don't have > my original snap key on my newly rebuilt system (hard drive failure on my > build machine) so I created a new default key, but can't upload it since I > alre

Re: Removing a key

2016-10-13 Thread Luke Williams
Hello, That didn’t work, it just dumped the snapcraft usage Thanks, Luke Williams - Technical Partner Manager, Network Switches/Ubuntu-Core email: luke.willi...@canonical.com http://www.canonical.com/ | http://www.ubuntu.com

Re: Removing a key

2016-10-13 Thread Loïc Minier
It is likely deleting keys isn't implemented yet: https://myapps.developer.ubuntu.com/docs/api/account.html In the mean time, I suggest you just register and use another key. Cheers, - Loïc Minier On Thu, Oct 13, 2016 at 11:54 PM, Luke Williams wrote: > Hello, > > That didn’t work, it just dum

Re: Removing a key

2016-10-13 Thread Gustavo Niemeyer
I'm not quite sure we'll support removing of keys, as it's a bit awkward to have keys just disappearing without a trace. We obviously need to support revoking, though, and I see Colin Watson already has a pre-req PR lined up here: https://github.com/snapcore/snapd/pull/2083 Will see if we ca

Re: Removing a key

2016-10-13 Thread Luke Williams
I ended up creating a new one, and I’m getting further now. I’ll start a new thread for the issue I’m see now… Thanks, Luke Williams - Technical Partner Manager, Network Switches/Ubuntu-Core email: luke.willi...@canonical.com http://www.canonical.com/

Errors building custom ubuntu-core images

2016-10-13 Thread Luke Williams
Hello, I am trying to build a custom ubuntu-core image with a custom kernel. Below is my assertion: { "type": "model", "authority-id": "", "brand-id": "", "series": "16", "model": "pc", "architecture": "amd64", "gadget": "pc", "kernel": "onl-kernel_3.18.25_amd64.snap",

Re: Removing a key

2016-10-13 Thread Luke Williams
Probably should remove this from the auto respond message then A new account key has been registered to your account on the Ubuntu Store and can now be used to sign snap packages. The new key has SHA3-384 fingerprint '_CH8OBZNar1bC5Zftf7bqzwolouRFBKk8i0qFlMSs34yzJVZ1N9a-BqCL59y-h9_'. If yo

Re: Errors building custom ubuntu-core images

2016-10-13 Thread Steve Langasek
Hi Luke, On Thu, Oct 13, 2016 at 04:08:59PM -0700, Luke Williams wrote: > Hello, > I am trying to build a custom ubuntu-core image with a custom kernel. > I the sign the assertion and have a valid assertion model, but when I try > to build, I get the following error: > $ sudo /snap/bin/ubuntu

Re: Errors building custom ubuntu-core images

2016-10-13 Thread Luke Williams
Hmm…. I’m getting http 500 errors when I try anything other than the stable channel…. wililupy@xenial-build:~/temp$ sudo /snap/bin/ubuntu-image -c edge -o onl-snappy.img --extra-snaps onl-kernel_3.18.25_amd64.snap pc.model error: received an unexpected http response code (500) when trying to do

Re: Official snap button

2016-10-13 Thread Didier Roche
Le 13/10/2016 à 19:12, Aaron Ogle a écrit : > Greetings! Hey Aaron, > > I work on the Rocket.Chat project. We are looking at adding our > desktop snap as well as our server snap to our website as the > officially recommended way of installing. > > Ideally for the desktop at least we'd like to try