Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Lubomír Sedlář
Neal Gompa píše v Po 03. 09. 2018 v 09:01 -0400: > On Mon, Sep 3, 2018 at 8:02 AM Adam Samalik > wrote: > > > > > > > > On Mon, Sep 3, 2018 at 1:57 PM Richard Shaw > > wrote: > > > > > > On Mon, Sep 3, 2018 at 1:32 AM Adam Samalik > > > wrote: > > > > > > > > > > > > I thought that

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Mikolaj Izdebski
On 09/02/2018 05:51 PM, Igor Gnatenko wrote: > Hello, > > is it possible to build packages like foo0.6 from dist-git repo with name > foo and not foo0.6? > > Since in Rust ecosystem from time to time we need to build multiple > versions of a same package, it is much easier if it would be one

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Adam Samalik
On Mon, Sep 3, 2018 at 3:02 PM Neal Gompa wrote: > On Mon, Sep 3, 2018 at 8:02 AM Adam Samalik wrote: > > > > > > > > On Mon, Sep 3, 2018 at 1:57 PM Richard Shaw > wrote: > >> > >> On Mon, Sep 3, 2018 at 1:32 AM Adam Samalik > wrote: > >>> > >>> > >>> I thought that Arbitrary Branching (now

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Neal Gompa
On Mon, Sep 3, 2018 at 8:02 AM Adam Samalik wrote: > > > > On Mon, Sep 3, 2018 at 1:57 PM Richard Shaw wrote: >> >> On Mon, Sep 3, 2018 at 1:32 AM Adam Samalik wrote: >>> >>> >>> I thought that Arbitrary Branching (now referred to as Stream Branching) >>> was initially developed for Modularity

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Adam Samalik
On Mon, Sep 3, 2018 at 1:57 PM Richard Shaw wrote: > On Mon, Sep 3, 2018 at 1:32 AM Adam Samalik wrote: > >> >> I thought that Arbitrary Branching (now referred to as Stream Branching) >> was initially developed for Modularity only. >> >> Were there any plans to use it for standalone packages

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Richard Shaw
On Mon, Sep 3, 2018 at 6:56 AM Richard Shaw wrote: > One example is that I maintain the package OpenImageIO which has a very > disciplined upstream that's careful about not making API/ABI breaking > changes within a minor release. I would like to get branches for each minor > release that's

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Richard Shaw
On Mon, Sep 3, 2018 at 1:32 AM Adam Samalik wrote: > > I thought that Arbitrary Branching (now referred to as Stream Branching) > was initially developed for Modularity only. > > Were there any plans to use it for standalone packages as well? > Thank you for bringing this up... I re-read the

Re: Building multiple version of a package from same dist-git repo

2018-09-03 Thread Adam Samalik
On Sun, 2 Sep 2018 at 18:21, Adam Williamson wrote: > On Sun, 2018-09-02 at 17:51 +0200, Igor Gnatenko wrote: > > Hello, > > > > is it possible to build packages like foo0.6 from dist-git repo with name > > foo and not foo0.6? > > > > Since in Rust ecosystem from time to time we need to build

Re: Building multiple version of a package from same dist-git repo

2018-09-02 Thread Adam Williamson
On Sun, 2018-09-02 at 17:51 +0200, Igor Gnatenko wrote: > Hello, > > is it possible to build packages like foo0.6 from dist-git repo with name > foo and not foo0.6? > > Since in Rust ecosystem from time to time we need to build multiple > versions of a same package, it is much easier if it would

Building multiple version of a package from same dist-git repo

2018-09-02 Thread Igor Gnatenko
Hello, is it possible to build packages like foo0.6 from dist-git repo with name foo and not foo0.6? Since in Rust ecosystem from time to time we need to build multiple versions of a same package, it is much easier if it would be one repo with branches 0.6, 0.7 instead of multiple separate git