Re: snapcraft in docker container fails

2017-03-22 Thread Marco Ceppi
Hi Alistair, We had a similar issue in our project, we found this: docker run -it -v $PWD:/root/snap -w /root/snap -e SNAPCRAFT_SETUP_CORE=1 snapcraft/xenial-amd64 /bin/bash Where, when using that flag, the core snap will already be installed. Thanks, Marco Ceppi On Wed, Mar 22, 2017 at 5:03

Re: Reading /etc

2017-03-01 Thread Marco Ceppi
I don't have an answer for you, but wanted to add some color to the problem. The issue lies within a dependency of the latest version of pip. Previously they vendored in a small library to do rudimentary distribution checking. In later versions, they've included the nir0s/distro python package,

Re: Python2 plugin deprecated, but new plugin not documented?

2016-10-03 Thread Marco Ceppi
On Mon, Oct 3, 2016 at 6:51 PM Sergio Schvezov < sergio.schve...@canonical.com> wrote: > > > El 03/10/16 a las 16:47, Marco Ceppi escribió: > > Hi Sergio, > > > > Sorry, replication instructions are as follows: > > > > export JUJU_REPOSITORY=$(mktemp

Python2 plugin deprecated, but new plugin not documented?

2016-10-02 Thread Marco Ceppi
Hello, I'm trying to do another clean build of my snap, this is a 0 change build, but I've got a few problems. After updating to the latest snapcraft (2.18.1), I'm getting a few new error messages and a snap that's 1/2 the size but no longer works. > "grade" property not specified: defaulting to

Re: Guidance on deprecating debs for snaps

2016-08-17 Thread Marco Ceppi
On Wed, Aug 17, 2016 at 5:42 PM Seth Arnold <seth.arn...@canonical.com> wrote: > On Wed, Aug 17, 2016 at 09:28:32PM +0000, Marco Ceppi wrote: > > Has anyone deprecated debian packages yet in favor of snaps? My end goal > is > > people who've installed the debian package

Guidance on deprecating debs for snaps

2016-08-17 Thread Marco Ceppi
Hello! Today we have packages in xenial that provide software which I intend to provide as snap only going forward. Since I'm generally lazy, and don't want to do both snap and debs of the software, snaps are a huge win in simplicity of release for me. Has anyone deprecated debian packages yet