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

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 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 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