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 collaborators, you can proceed with your regular account.
>


> Okay. I'd personally really love to see something like organization
> accounts (maybe comparable to how GitHub handles organizations) in the
> future because I think this is a common use case.
>

Hi Tim,

Good timing, we're exploring exactly this. :) There are a few options under
consideration, but all involve letting you treat organisation members as
collaborators on a snap.

Of course we'll announce it here. If you start with a developer account to
hold your organisation identity, you'll be able to transfer over when the
time comes.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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 much
richer set of metrics going forward. For example, you'll be able to see
unique active installs broken down by channel, architecture, and revision.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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 to install the snap, stuff like
> that.
>
> Are there any plans for this? Are badges already a thing and I'm just
> missing out?
>

Yup! We have plans to create a badge that will take you to the snap builds
page, which includes instructions on how to snap install the tip of git
master.

We'll announce that here when it's ready.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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 you through it:
http://snapcraft.io/docs/build-snaps/ci-integration

If you run into any problems, please do let me know.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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 snap.  I don't think my snaps are worth anything, and
> I want people to actually use them (so I want them to be free), but it
> would be interesting to know how or if this can be done.
>

Yes, you absolutely will be able to monetise a snap, and we're working hard
to make this a breeze for both the buyer and the seller. Complete
instructions will be announced to this mailing list when we're ready to
launch. Stay tuned :)
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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 like to get it fixed.

Let us know if you need any more help, and thanks for snapping Spotify!

On Sat, 14 Jan 2017 at 21:44 Thibaut Rouffineau <
thibaut.rouffin...@canonical.com> wrote:

> Hi Matthew
>
> Once again, great job on the snap!
>
> Meet the snapcraft list! (feel free to join too : here
> 
>  )
>
> Copying in your messages below to see if someone can help!
>
> Cheers
>
> T
>
> -- Forwarded message --
> From: *Matthew James* 
> Date: Sat, Jan 14, 2017 at 5:31 PM
> Subject: Re: Spotify-Web-Player-for-Linux as a snap
> To: Thibaut Rouffineau 
>
>
> Just to update that the snap is now under 'manual review' after it failed
> automatic testing due to platform lint tags, perhaps because I built with
> electron-builder.
>
> On 14 Jan 2017 5:05 p.m., "Matthew James"  wrote:
>
> Hi Thibaut,
>
> I have been able to make 32 and 64bit snaps in the next version of Spotify
> Web Player for Linux, version 1.0.30. I made a snap package on the Ubuntu
> Store and uploaded the 64bit snap but I cannot upload the 32bit snap unless
> I upload a new update. How would I be able to offer both? At the moment I
> can also host it on GitHub with the AppImages too.
>
>
> Regards,
>
> Matthew
>
> --
> Snapcraft mailing list
> Snapcraft@lists.snapcraft.io
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/snapcraft
>
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


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:
$ snap refresh --channel=edge your-snap-name

And jump back when they can no longer take the heat:
$ snap refresh --channel=stable your-snap-name

Let me know if you find this useful or have any follow up questions.

Thanks,
Evan

1: This uses a macaroon you provide (`snapcraft login`), but encrypts the
cached copy such that pull requests cannot steal it.
2: In this example I used an "edge" git branch, but you can easily modify
.travis.sh to send commits on master, or any branch, to the edge channel.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft