Re: build.snapcraft.io and GitHub groups

2017-03-18 Thread Joseph Rushton Wakeling
On 18/03/17 01:29, Mark Shuttleworth wrote: On 17/03/17 16:49, Joseph Rushton Wakeling wrote: ... but is it possible to do this via a project registered on behalf of a team, instead of an individual user account? It *should* be, so if it isn't, thanks for the bug report :) It's all working f

Re: build.snapcraft.io and GitHub groups

2017-03-18 Thread Joseph Rushton Wakeling
On 18/03/17 02:42, Colin Watson wrote: As others have mentioned, this is definitely in our backlog. It's tricky to map the different models together in a way that doesn't end up locking people out just because (e.g.) a previous administrator of their GitHub organisation once created a snap for a

git clone and Launchpad build system

2017-03-18 Thread Joseph Rushton Wakeling
Is there an issue with using git source for parts of snap packages when using the Launchpad build system? I'm having consistent build failures for this; originally I tried switching from `git://` URLS to `https://`, but I'm still seeing the same errors, see e.g. https://launchpadlibrarian.net/

Triggering CI/snap builds on changes to snapcraft parts

2017-03-18 Thread Loïc Minier
Hi! Currently, setting up a snap build from a git branch in Launchpad or via build.snapcraft.io is a pleasure, and this allows for an easy CI whenever a change is pushed to the repo. But non-trivial projects have multiple components to build to deliver the snap, with chains of build-deps. What's

Re: git clone and Launchpad build system

2017-03-18 Thread Joseph Rushton Wakeling
On 18/03/17 14:46, Joseph Rushton Wakeling wrote: Is there an issue with using git source for parts of snap packages when using the Launchpad build system? I'm having consistent build failures for this; originally I tried switching from `git://` URLS to `https://`, but I'm still seeing the same

Re: git clone and Launchpad build system

2017-03-18 Thread Gregory Lutostanski
Launchpad builders have an issue with git where they do not proxy that connection, only https. Here the issue is that that github repo has submodules specified with the git: url schema (and its doing a recursive checkout of the source). The bug is https://bugs.launchpad.net/launchpad-buildd/+bug/1

Re: git clone and Launchpad build system

2017-03-18 Thread Joseph Rushton Wakeling
On 18/03/17 21:28, Joseph Rushton Wakeling wrote: On 18/03/17 14:46, Joseph Rushton Wakeling wrote: Is there an issue with using git source for parts of snap packages when using the Launchpad build system? I'm having consistent build failures for this; originally I tried switching from `git://`

Re: git clone and Launchpad build system

2017-03-18 Thread Joseph Rushton Wakeling
On 18/03/17 22:11, Gregory Lutostanski wrote: Launchpad builders have an issue with git where they do not proxy that connection, only https. Here the issue is that that github repo has submodules specified with the git: url schema (and its doing a recursive checkout of the source). The bug is ht