Re: Spotify-Web-Player-for-Linux as a snap

2017-01-16 Thread Evan Dandrea
Hi Matthew, You've set your snap to use the 'platform' interface, but no such interface exists. If you remove that line and 'unity8', then re-upload, it should pass review. Do you recall what you read that referenced a 'platform' interface? If there's some outdated documentation out there, I'd li

Re: [announce] twistypuzzle snap

2017-01-17 Thread Evan Dandrea
On Wed, 18 Jan 2017 at 08:40 Spencer Parkin wrote: > Out of curiosity, is there a way to monetize a snap? I see a "buy" option > in the snap command, and I see a "price" field on the Ubuntu Apps web-page > for my snap, but I can't seem to find any information about how to > configure these for a

Re: Yet more issues snapping

2017-01-18 Thread Evan Dandrea
On Tue, 17 Jan 2017 at 02:08 Gareth France wrote: > > On 16/01/17 23:58, Loïc Minier wrote: > > I suggest you try running your Travis build inside a 16.04 > > environment; it seems this is achieved by running the 16.04 Docker > > container. > Thank you, but how do I do that? > This will guide yo

Re: Github badges?

2017-02-17 Thread Evan Dandrea
On Fri, 17 Feb 2017 at 01:59 Casey Marshall wrote: > I'd like to show off snaps for my Github projects with a nifty little > badge, like Travis CI, Appveyor, godoc, crates.io. > > It could have the snap version in it, and link to a nice simple landing > page with release history, instructions on

Re: kpi dashboard available?

2017-03-10 Thread Evan Dandrea
On Fri, 10 Mar 2017 at 10:14 Adam Stokes wrote: Is there an available kpi dashboard I can take a look at? I'm interested to see where conjure-up sits in the snap statistics. Hi Adam, Your best bet today is the Stats page on https://myapps.developer.ubuntu.com/, but we're working to provide a m

Re: Store - Organizations/Namespaces/Transfer packages

2017-03-17 Thread Evan Dandrea
On Thu, 16 Mar 2017 at 19:18 Tim Süberkrüb wrote: > > > You are correct, this is the best way to handle this situation right > > now. You can use the + trick (realaddress+al...@domain.com) in your > > email address if you don't have a convenient one to use. Once you set it > > up and assign colla

Re: Triggering CI/snap builds on changes to snapcraft parts

2017-03-20 Thread Evan Dandrea
Do you need better than day-level resolution? If not, I'd suggest using Travis' cron feature to create nightly builds: https://docs.travis-ci.com/user/cron-jobs/ -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/sna

Re: Manual review request?

2017-04-10 Thread Evan Dandrea
On Mon, 10 Apr 2017 at 06:25 Alistair Grant wrote: > Hi All, > > I registered the name Pharo and uploaded a snap on April 5. > > Pharo is a general purpose programming environment (Smalltalk), meaning > that developers expect to be able to call any executable or load any > library on their system

Re: Handling update-alternatives

2016-08-05 Thread Evan Dandrea
On Fri, 5 Aug 2016 at 10:21 Dan Watkins wrote: > My first thought was to add an `awk` part, which would allow you to > specify the way in which you wanted awk to be provided (i.e. "this > Ubuntu package", "build from this source") and ensure that awk would end > up in the PATH of other things in

Re: ntopng strict snap published

2016-08-09 Thread Evan Dandrea
On Mon, 8 Aug 2016 at 17:51 Sergio Schvezov wrote: > El 08/08/16 a las 13:35, Blake Rouse escribió: > > I would like to setup some travis CI that will auto upload tip of > > dev into the edge channel of "ntopng". > > Evan has some guides for setting up CI and could also solve or point you > in th

Re: Putting git inside a snap

2016-08-16 Thread Evan Dandrea
On Tue, 16 Aug 2016 at 17:09 Marco Ceppi wrote: > > After consulting some in IRC the suggestion seems to be that I need to > compile git from source in my snapcraft parts. After a few hours of trying > to get the following part to compile I've all but given up. > Before content interfaces became

Publishing to the snap store from Travis

2016-08-24 Thread Evan Dandrea
New versions of snapcraft can push a snap right into a channel. With a small wrapper, you can teach Travis to build snaps out of your git commits and release them into edge [1, 2]: https://gist.github.com/evandandrea/c754964bfdfb176844f26f605ebbb8db Your users can then drink from the firehose with

Re: PostgreSQL 9.6 snap and feedback

2016-09-02 Thread Evan Dandrea
On Fri, 2 Sep 2016 at 04:30 Mark Shuttleworth wrote: > Remember they can also build postgres INTO their own snap (and it actually > might be worth exporting a shared pg part so people can do that trivially). > And this is exactly what happened with Mongo. Gustavo wrote a Mongo snap. The Rocket.C

Re: First time snapcraft user having issues

2016-09-14 Thread Evan Dandrea
On Wed, 14 Sep 2016 at 10:49 Robert Park wrote: > On Wed, Sep 14, 2016 at 7:53 AM, Kyle Fazzari > wrote: > > Yeah, installing with --devmode disables confinement (but enables > > warnings). Make sure the "confinement" property in the snapcraft.yaml is > > set to devmode as well, which will make

Re: Using Launchpad to build snaps

2016-11-29 Thread Evan Dandrea
Hi Claudio, Can you elaborate on what you mean by "a regular user cannot use Launchpad to build snap packages"? Is it just that your build needs to access the Internet outside of the snapcraft pull phase? If so, we are working to remove this restriction. We'll make an announcement on this list wh