Re: Splitting mock package

2017-09-06 Thread Clark Williams
I think the main reason Miroslav wants to do this is so that we can decouple distro version changes from code changes and be able to make configs available quickly after branching, without being forced into a checkin/testing cycle for code that might not be ready for prime time. So, I like it for

Re: Splitting mock package

2017-09-06 Thread Neal Gompa
On Wed, Sep 6, 2017 at 4:04 PM, Clark Williams wrote: > So what variant configs are out there? If there's a ton, then I agree we > should focus on the core configurations and let people that have their own > setups provide a separate package. I guess the mock-configs.src.rpm could > generate sub-p

Re: Splitting mock package

2017-09-06 Thread Clark Williams
So what variant configs are out there? If there's a ton, then I agree we should focus on the core configurations and let people that have their own setups provide a separate package. I guess the mock-configs.src.rpm could generate sub-packages: mock-core-configs (e.g. Fedora), and possibly mock-con

Re: Splitting mock package

2017-09-06 Thread John Florian
On Wed, 2017-09-06 at 12:08 -0400, John Florian wrote: > On Wed, 2017-09-06 at 15:04 +0200, Miroslav Suchý wrote: > > I would like to split mock package into two separate packages: mock > > and mock-config. I mean even sources, so we will > > have two src.rpm packages. > > Mock-config will have all

Re: Splitting mock package

2017-09-06 Thread Vit Ry
> Happy to hear that,  mock-config could be named as mock-fedora as we > already have mock-rpmfusion [1] +1 for mock-configs.src.rpm (+1 for Neal Gompa), since there is also CentOS (epel) and custom configs too. It is not Fedora-only specific. Also, we (external devs) add custom configs inside

Re: Splitting mock package

2017-09-06 Thread Neal Gompa
On Wed, Sep 6, 2017 at 11:55 AM, Sérgio Basto wrote: > On Wed, 2017-09-06 at 15:04 +0200, Miroslav Suchý wrote: >> I would like to split mock package into two separate packages: mock >> and mock-config. I mean even sources, so we will >> have two src.rpm packages. >> Mock-config will have all chro

Re: Splitting mock package

2017-09-06 Thread John Florian
On Wed, 2017-09-06 at 15:04 +0200, Miroslav Suchý wrote: > I would like to split mock package into two separate packages: mock and > mock-config. I mean even sources, so we will > have two src.rpm packages. > Mock-config will have all chroot configs. Basically anything in /etc/mock* > but site-de

Re: Splitting mock package

2017-09-06 Thread Sérgio Basto
On Wed, 2017-09-06 at 15:04 +0200, Miroslav Suchý wrote: > I would like to split mock package into two separate packages: mock > and mock-config. I mean even sources, so we will > have two src.rpm packages. > Mock-config will have all chroot configs. Basically anything in > /etc/mock* but site-defa

Splitting mock package

2017-09-06 Thread Miroslav Suchý
I would like to split mock package into two separate packages: mock and mock-config. I mean even sources, so we will have two src.rpm packages. Mock-config will have all chroot configs. Basically anything in /etc/mock* but site-defaults.cfg. This change will allow immediate update of configs whe