Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-09 Thread Guido Günther
Hi, On Wed, Dec 08, 2021 at 02:45:24PM -0800, Quanah Gibson-Mount wrote: > > > --On Wednesday, December 8, 2021 12:15 PM -0800 Quanah Gibson-Mount > wrote: > > > --On Wednesday, December 8, 2021 11:03 AM -0800 Quanah Gibson-Mount > > wrote: > > > > > That got me farther, but then I ran into

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 12:15 PM -0800 Quanah Gibson-Mount wrote: --On Wednesday, December 8, 2021 11:03 AM -0800 Quanah Gibson-Mount wrote: That got me farther, but then I ran into a known bug that OTHERMIRROR is broken.

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 11:03 AM -0800 Quanah Gibson-Mount wrote: That got me farther, but then I ran into a known bug that OTHERMIRROR is broken. So override config has an annoying behavior of resetting

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 10:05 AM -0800 Quanah Gibson-Mount wrote: --On Wednesday, December 8, 2021 9:10 AM -0800 Quanah Gibson-Mount wrote: The following packages have unmet dependencies: pbuilder-satisfydepends-dummy : Depends: symas-buildtools which is a virtual package

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 9:10 AM -0800 Quanah Gibson-Mount wrote: The following packages have unmet dependencies: pbuilder-satisfydepends-dummy : Depends: symas-buildtools which is a virtual package and is not provided by any available package Ah, I just saw this in the output:

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 9:06 AM -0800 Quanah Gibson-Mount wrote: So it appears that while the option is passed in, it doesn't actually do anything in regards to it. :/ Since "othermirror" is also a valid option, I tried that in gbp.conf, but again it's not actually honored:

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 5:38 PM +0100 Guido Günther wrote: Hi Quanah, I think you want --git-pbuilder-options= then which allow you to pass options through to pbuilder. There's an example in the manpage that show how to use a different pbuilderrc. This option can also be

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Guido Günther
Hi Quanah, On Wed, Dec 08, 2021 at 08:22:19AM -0800, Quanah Gibson-Mount wrote: > That doesn't appear to do what I need. What I need is: > > pbuilder image buster1 -> has othermirror "REPOA" > pbuilder image buster2 -> has othermirror "REPOB" > > Currently I can set up a single system that has

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 10:27 AM +0100 Guido Günther wrote: Hi Quanah, On Tue, Dec 07, 2021 at 03:43:31PM -0800, Quanah Gibson-Mount wrote: I have two versions of a piece of software I build for each distribution I build on. Currently I do this by having two different VMs with

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Guido Günther
Hi Quanah, On Tue, Dec 07, 2021 at 03:43:31PM -0800, Quanah Gibson-Mount wrote: > I have two versions of a piece of software I build for each distribution I > build on. Currently I do this by having two different VMs with > git-buildpackage and pbuilder, and then create an image for each dist >