Re: add-apt-repository and snapcraft cleanbuild?

2016-10-16 Thread Dan Kegel
Thanks! (Though to restate the obvious, just referencing ppa's isn't quite enough, also need to be able to reference private apt servers.) On Sun, Oct 16, 2016 at 9:36 AM, Leo Arias wrote: > FWIW, here's the bug: https://bugs.launchpad.net/snapcraft/+bug/1493081 > You can subscribe there to get

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 setting

Re: add-apt-repository and snapcraft cleanbuild?

2016-10-16 Thread Loïc Minier
Until the feature gets added to snapcraft, you can use a simple shell script to start a container and setup the relevant deps, e.g. (script by mvo): https://raw.githubusercontent.com/mvo5/snapweb/feature/cleanbuild/cleanbuild.sh On Sat, Oct 15, 2016 at 8:26 PM, Dan Kegel wrote: > Hey all, > Day

Re: add-apt-repository and snapcraft cleanbuild?

2016-10-16 Thread Didier Roche
Le 15/10/2016 à 20:26, Dan Kegel a écrit : > Hey all, > Day 3 of using snapcraft, and I've managed to get > both piglit and a proprietary app snapped and running. > Snapcraft's learning curve is not too steep, kudos. > > Problem: I can't do 'snapcraft cleanbuild' on my proprietary > apps because th

add-apt-repository and snapcraft cleanbuild?

2016-10-15 Thread Dan Kegel
Hey all, Day 3 of using snapcraft, and I've managed to get both piglit and a proprietary app snapped and running. Snapcraft's learning curve is not too steep, kudos. Problem: I can't do 'snapcraft cleanbuild' on my proprietary apps because they depend on packages in a ppa and/or a private apt repo