Re: your mail

2017-03-28 Thread Leo Arias
Hello Seth, In many things, this works just like the tar.gz that you download from the bitcoin website. On Tue, Mar 28, 2017 at 4:49 PM, Seth Arnold wrote: > - At what point do you download the blockchain? It will download the blockchain when you open the qt client.

[no subject]

2017-03-28 Thread Leo Arias
Hello, It has never been easier, snapcraft and profit! For a couple of weeks we have been figuring out how to confine bitcoin. This is one of the most important use cases of the snap security because you don't want any program messing with your digital wallet. And when there's a vulnerability in

Re: Contributing cloud parts

2017-03-26 Thread Leo Arias
Done. But note that the parser runs every hour, so you will have to wait to see it. If everything goes well, a little after the hour you can run snapcraft update && snapcraft search liri to check it. We know that our remote parts workflow is lacking. If you have suggestions or complaints, filing

Re: Contributing cloud parts

2017-03-26 Thread Leo Arias
Hello Tim, On Sun, Mar 26, 2017 at 7:34 AM, Tim Süberkrüb wrote: > Hey, > > I finally had the time to create the cloud part. > > It seems like I don't have sufficient permissions to edit the wiki page > though: > > "You are not allowed to edit this page!" > > How do I

no option for unrevisioned home

2017-03-09 Thread Leo Arias
Hello! I have seen a couple of projects that would suffer by having a revisioned $HOME, mainly because they store big files in there so during an update it would be a problem if we copy ~/snap/project/x1/ to ~/snap/project/x2. Now I'm working on the bitcoin snap, and it would mean copying 110GB,

Crowdtesting with the Ubuntu community: the case of IPFS

2017-03-06 Thread Leo Arias
I wrote about my experiment using IPFS to test the snappy workflow end-to-end, with the Ubuntu community of testers: http://elopio.net/blog/ipfs-crowdtesting/ -- ¡paz y baile! http://www.ubuntu.com -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at:

Re: GEM/Ruby snapcraft plugin?

2017-03-03 Thread Leo Arias
Hey Justin! On Wed, Feb 15, 2017 at 12:45 AM, Justin McPherson wrote: > I had a chance to take a quick look at this; see here > > > The plugin works in this case, with gist. But is not good enough to be a > general solution

Re: sosreport and snaps

2017-03-03 Thread Leo Arias
Hello Louis! On Fri, Feb 17, 2017 at 11:35 AM, Louis Bouchard wrote: > If you have to diagnose a bug in the snappy ecosystem, what information will > you > be asking for ? If some information is sensible, it can be obfuscated at > run-time so it is not included in

Re: Creating and running tests for a snapcraft plugin

2017-03-01 Thread Leo Arias
Hello! Thanks for working on a new plugin. On Thu, Feb 23, 2017 at 5:13 PM, Joseph Rushton Wakeling wrote: > Is there a simple way to run the tests for a single plugin, rather than the > whole body of tests? The snapcraft HACKING.md doesn't offer any advice on >

Re: detect video player

2017-03-01 Thread Leo Arias
So, you want to know from the application itself if it's being run from inside a snap, or not? I don't know if we have something for that, but it certainly seems to be useful. You could check if some of the environment variables are set, but well, of course that can be cheated by exporting the

Re: revoke a gpg key for signing assertions

2017-03-01 Thread Leo Arias
Hello! Thanks for your report. Can you please report that as a bug? https://bugs.launchpad.net/snapstore -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

pro tip: use scriptlets instead of custom plugins

2017-02-16 Thread Leo Arias
Hello! This week I've been cleaning a few of my old snaps, using some of the new features in more recent versions of snapcraft. At first I wasn't convinced about scriptlets, but now I think they are great. Take a look at this diff: 5 additions and 144 deletions

Re: Git commit+

2017-02-11 Thread Leo Arias
On Sat, Feb 11, 2017 at 10:56 AM, Mark Shuttleworth wrote: > What am I missing? It's not you, it's us. I was just playing with mosh and I see that copying the snapcraft.yaml to the part/src dir is not enough. It also needs to be in part/build. I don't have a workaround for that,

Re: Git commit+

2017-02-11 Thread Leo Arias
Hello! This is bug: https://bugs.launchpad.net/snapcraft/+bug/1662388 We will discuss if removing the yaml is needed at all. But in the meantime, add source-type: git. pura vida. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at:

Re: Package too old for cleanbuild

2017-02-09 Thread Leo Arias
Hello, We have a few cleanbuild bugs open: https://bugs.launchpad.net/snapcraft/+bugs?field.tag=cleanbuild Some of them are related to what you are asking, so I would appreciate if you go in there and add your comments with the ideal solution for your use case. If you don't find any bug that

Ubuntu Core testing days, and 96boards crossover

2017-02-02 Thread Leo Arias
Hello! We are happy to resume our Ubuntu testing days, and for February and March our focus will be Ubuntu Core. The first one is tomorrow, Friday 3rd, at 16:00 UTC: http://ubuntuonair.com/ Michael Vogt and Federico Giménez from the snappy team will join us to talk about Ubuntu Core and the test

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-31 Thread Leo Arias
On Tue, Jan 31, 2017 at 9:21 AM, Olivier Tilloy wrote: > This is a bit tricky: when packaging a Qt application that uses the > platform snap, snapcraft will use ldd to crawl the app’s binaries and > will automagically add the libraries that it depends on to the >

Re: GEM/Ruby snapcraft plugin?

2017-01-31 Thread Leo Arias
Thanks for the offer Justin! Whenever you are ready to start, join us in https://rocket.ubuntu.com/channel/snapcraft We will be there in case you need a hand with the API, code style and tests. It would be great if the two of you pair to write the code, or one writes the code and the other makes

Re: GEM/Ruby snapcraft plugin?

2017-01-30 Thread Leo Arias
On Mon, Jan 30, 2017 at 8:33 AM, Adam Stokes wrote: > There isn't a plugin yet and I did ask Sergio about this at our last sprint. > AFAIK there isn't one planned and I would be willing to collaborate with you > to get one written and merged upstream. Do you know ruby

Re: A UX question about requiring users to pass in --classic

2017-01-27 Thread Leo Arias
Thanks! I've copied your comments in the bug. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: A UX question about requiring users to pass in --classic

2017-01-27 Thread Leo Arias
I like it. It's always better to not tell the user to retype what he just typed. Can you please report a bug? -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: Ubuntu Core LXD images available for testing

2017-01-26 Thread Leo Arias
Woohoo \o/ Thank you, you have just made my live so much easier. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: classic snap fails to find libraries

2017-01-23 Thread Leo Arias
After reading the other thread about a similar issue, I moved my libraries to stage-packages and that worked. My problem now is that ssh can't call a binary from a snap, it will only work using the full path. Let's say I have the hello snap installed in 192.168.122.24. Then:

Re: Yet more issues snapping

2017-01-23 Thread Leo Arias
On Wed, Jan 18, 2017 at 2:53 AM, wrote: > It is ok now thank you. I have had some excellent help and can use what I > now have to aid me going forward. It is those first few steps that seem > impossible. Hey Gareth, I'm happy to see you got it working. It would

classic snap fails to find libraries

2017-01-14 Thread Leo Arias
Hello, I'm testing the classic mode and aliases making a snap for mosh. When I try to run it, I get this error: $ mosh 192.168.122.29 mosh-client: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory Died at /snap/mosh/x1/bin/mosh line

call for testing: snapcraft

2017-01-13 Thread Leo Arias
Hello! We are now ready to make the first snapcraft release of 2017, and the 2.25 package is now in the proposed pocket of xenial and yakkety. We would like to give it a little more testing before we move it forward and deliver it to all our users Anybody can help. As I mentioned before, you can

Re: Add to repository

2017-01-09 Thread Leo Arias
Hello, You can package your script in a snap using snapcraft's dump plugin. And then snapcraft register and snapcraft push to get it into the store. You'll find more info in snapcraft.io, and running snapcraft -h. pura vida. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify

Re: Snap portability between different boards?

2017-01-05 Thread Leo Arias
This is interesting. I would like to write some snaps using gobot that work on raspberry pi and beaglebone black. The only difference should be the line where the adaptor is defined: https://github.com/hybridgroup/gobot/blob/master/examples/beaglebone_blink.go#L12 Can I query the snappy system

Re: New stable "core" and "ubuntu-core" snaps released

2017-01-05 Thread Leo Arias
Could you please explain what is ubuntu-core and core? In an old machine I have ubuntu-core, and I can't get core installed in there. Thanks Michael. -- ¡paz y baile! http://www.ubuntu.com -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at:

calls for testing

2017-01-04 Thread Leo Arias
Hello! Last year we started the Ubuntu Testing Days. Now that we have covered some basics about getting a clean and safe environment to run tests, we would like to complement the sessions with frequent calls for testing. If you want to contribute to Ubuntu and to the free software projects that

Re: Snapcraft tool under debian armhf

2017-01-04 Thread Leo Arias
Yes, that should work. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: Snapcraft tool under debian armhf

2017-01-04 Thread Leo Arias
Hello! On Wed, Jan 4, 2017 at 2:30 AM, Boris Rybalkin wrote: > Is it possible to get snapcraft tool under Debian? That's doable, but would considerably increase our maintenance tasks. Please report it as a bug: https://bugs.launchpad.net/snapcraft/+filebug That way we can

Re: Thinking of installing snap on Debian due to scarcity of snap packages for armhf

2017-01-03 Thread Leo Arias
On Tue, Jan 3, 2017 at 10:26 AM, Luther Goh Lu Feng wrote: > - Ubuntu core + snaps via classic mode If you install a deb in classic mode, it will not be able to affect the kernel, gadget or core snaps. It's isolated. The deb can break your classic chroot, but nothing else. You

snapcraft and brews, today at 20:00 UTC

2016-12-16 Thread Leo Arias
Hello! Today is the last testing day of the year, and our guest this time will be Sergio Schvezov, who leads the snapcraft team. He will do an introduction to snapcraft and demo how to snap a project. If you are new to the snappy world, this will be a perfect way to get started. And Sergio will

Re: Announcing Snaplint

2016-12-08 Thread Leo Arias
That is great, thanks! I'd love it as an optional step for the snaps we build in launchpad. Or mabye as warnings on the click-reviewers-tool? Sadly I can't put it in travis because snaps don't work on docker. But I will try it in my manual builds. pura vida. -- Snapcraft mailing list

Re: docker snap not working

2016-12-06 Thread Leo Arias
On Tue, Dec 6, 2016 at 10:34 AM, Loïc Minier wrote: > Michael Vogt just added this check; nice! > > https://github.com/snapcore/snapd/pull/2421 Cool, thanks mvo. On the snapcraft side we have this: https://github.com/elopio/snapcraft-de-noche/blob/master/.travis.yml#L10

Re: Ubuntu Testing Day, tomorrow

2016-12-05 Thread Leo Arias
Here's the summary of Friday's session, with a link to the recorded hang out: http://elopio.net/blog/ubuntu-testing-day-wrap-up-20161202/ If you have an interesting free software project, and want to join us in one of the following Fridays, send me and email. pura vida. -- Snapcraft mailing

Ubuntu Testing Day, tomorrow

2016-12-01 Thread Leo Arias
Hello, Last week we started hosting the Ubuntu Testing Days. The idea is to show a cool free software project, and some tools to test it. We are trying not to assume any previous knowledge, to make it a good place for new contributors to join our community. Tomorrow, Friday December 2nd, at

Re: Problems trying to create a snap package for bioinformatics tools

2016-11-30 Thread Leo Arias
Hello Gordon, On Fri, Oct 14, 2016 at 3:09 AM, Gordon Ball wrote: > > * Trying to run any of the binaries gives the error > > failed to create user data directory. errmsg: Permission denied > >This is presumably related to #1592696, but in this case $HOME is on >

quassel-webserver snap

2016-11-23 Thread Leo Arias
Hello, I know a bunch of people here use quassel. There's a new snap for you: $ sudo snap install quassel-webserver --edge $ sensible-browser https://localhost:64443 The main developer, Joël Charles, has been amazing. For a couple of weeks we have been experimenting with his project. First, we

Re: WIP snap for 0ad

2016-11-18 Thread Leo Arias
The alpha? I want to play! -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: Number of snaps in the snap store

2016-11-15 Thread Leo Arias
On Tue, Nov 15, 2016 at 11:39 AM, James Tait wrote: > I’m not familiar with snapweb internals, but ​I believe the reason is the > same​ - the Store search API by default returns results paginated in groups > of 100. I’m not sure if uAppExplorer is traversing the

Feedback and requests from the syncthing snap

2016-11-14 Thread Leo Arias
Hello dear snapcraft, I have been working with the syncthing main dev, Jakob Borg, to make a syncthing snap. If you want to join the early adopters, $ sudo snap install syncthing --edge He has been really nice, digging into snaps and providing valuable feedback. We have something that works, but

Re: add-apt-repository and snapcraft cleanbuild?

2016-10-16 Thread Leo Arias
FWIW, here's the bug: https://bugs.launchpad.net/snapcraft/+bug/1493081 You can subscribe there to get updates, and leave your preference in a comment. As Colin said in a comment there, launchpad allows PPAs when building snaps. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify

Re: Variables in snapcraft.yaml?

2016-10-15 Thread Leo Arias
On Sat, Oct 15, 2016 at 12:49 PM, Dan Kegel wrote: > Thoughts? > I would like to hear yours instead :) Take a look at [1] where we started the discussion about setting the version in the yaml file. It seems that we should provide at least a way to overwrite the version; but

Re: Ports,ports,ports..

2016-10-10 Thread Leo Arias
On Mon, Oct 10, 2016 at 11:19 AM, Robert Park wrote: > Any suggestions on how best to do that? Snaps don't offer any sort of > configuration interface like charms do. > I suppose that will be documented soon: https://trello.com/c/PpM4XRUQ/30-configuration-support --

Re: Has anybody ever snapped gunicorn?

2016-10-10 Thread Leo Arias
Hello, On Mon, Oct 10, 2016 at 10:51 AM, Robert Park wrote: > Well so far the only interfaces i need were network and network-bind. Is > there even a snap interface that provides dac_override and chown? I > couldn't find any in a quick google. > This is for chown:

Re: snapping a python2 application that uses a makefile

2016-10-04 Thread Leo Arias
Hello Michael, On Wed, Sep 28, 2016 at 5:42 PM, Michael Foley wrote: > > I've started working on a few snaps last month and worked out how to > build an initial snap of the gpodder podcast client. However in order > to get it to build I had to do a few manual steps

Re: How to tell dump plugin to only copy a specific file

2016-10-04 Thread Leo Arias
On Tue, Oct 4, 2016 at 3:08 AM, Gustavo Niemeyer < gustavo.nieme...@canonical.com> wrote: > > As a trivial hint, the "snap" list doesn't need to duplicate the content > of "stage". It needs to be there only if what is in stage needs to be > tweaked further. > I think that's

Re: Snapping Qt 5.7 APPs

2016-09-29 Thread Leo Arias
I'm resurrecting this thread because a dev from QGIS is asking about qt5.7: https://github.com/qgis/QGIS/pull/3545#issuecomment-250636922 I think this should be a part in the wiki, not a plugin. But I don't know enough Qt to do it myself. Any chance somebody wants to publish a qt5.7 part? ^_^ --

Re: Access to other commands

2016-09-22 Thread Leo Arias
On Thu, Sep 15, 2016 at 6:12 AM, Mark Shuttleworth wrote: > > I think this is a topic for the next snapfest community event, in > October/November. Call it "snapping CLI utilities". > > Here's another interesting one to take into account in that discussion:

command should be run as root

2016-09-06 Thread Leo Arias
Hello, I'm confused by commands that say they should run as root. I'm playing with runc: https://github.com/elopio/runc/tree/snapcraft It's really easy to snap, but when I run it I get: ~/snap/runc/x1/container$ runc run testcontainer runc should be run as root So if I try to run:

Re: copy -> dump plugin migration

2016-09-02 Thread Leo Arias
Hello Martin, We might have been a little too hasty when we decided to print that deprecation message, I'm sorry about that. Take a look at https://bugs.launchpad.net/snapcraft/+bug/1616459 We are currently closing the final details to release 2.16, so this bug is scheduled to be resolved next

Re: Let's kill "sideloading"

2016-09-02 Thread Leo Arias
On 2016-09-02 08:59, Oliver Grawert wrote: > admittedly "kids" was a bit harsh, i apologize to anyone who feels > offended by this ... maybe you just meant that you are old ;) signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify

Re: Setting release version in snapcraft build

2016-09-01 Thread Leo Arias
On 2016-09-01 11:40, Sergio Schvezov wrote: > snapcraft set-version > snapcraft works for me. signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: ANN: snapcraft 2.14 has been released

2016-08-22 Thread Leo Arias
On 2016-08-17 20:20, Sergio Schvezov wrote: > Rust is contributed by the community, I have no example but know elopio > ran a project with it. Yes, I was playing with cargo. It was simple and I got a snap that worked in dev mode, but then I started wondering about using this snap to build the