Re: [Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-28 Thread Snir Sheriber
Hi, On 8/28/19 1:36 PM, Frediano Ziglio wrote: Hi, On 8/27/19 10:49 PM, Marc-André Lureau wrote: Hi On Tue, Aug 27, 2019 at 6:27 PM Snir Sheriber wrote: This will let copr to generate srpm using the .copr/Makefile script Do we really want to maintain that kind of distro things upstream?

Re: [Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-28 Thread Frediano Ziglio
> > Hi, > > On 8/27/19 10:49 PM, Marc-André Lureau wrote: > > Hi > > > > On Tue, Aug 27, 2019 at 6:27 PM Snir Sheriber wrote: > >> This will let copr to generate srpm using the .copr/Makefile script > > Do we really want to maintain that kind of distro things upstream? Do > > we need it? > > >

Re: [Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-28 Thread Snir Sheriber
Hi, On 8/27/19 10:49 PM, Marc-André Lureau wrote: Hi On Tue, Aug 27, 2019 at 6:27 PM Snir Sheriber wrote: This will let copr to generate srpm using the .copr/Makefile script Do we really want to maintain that kind of distro things upstream? Do we need it? What does it bring that gitlab CI

Re: [Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-27 Thread Marc-André Lureau
Hi On Tue, Aug 27, 2019 at 6:27 PM Snir Sheriber wrote: > > This will let copr to generate srpm using the .copr/Makefile script Do we really want to maintain that kind of distro things upstream? Do we need it? What does it bring that gitlab CI doesn't have? > > Signed-off-by: Snir Sheriber >

Re: [Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-27 Thread Frediano Ziglio
> > This will let copr to generate srpm using the .copr/Makefile script > > Signed-off-by: Snir Sheriber > --- > .copr/Makefile | 29 + > 1 file changed, 29 insertions(+) > create mode 100644 .copr/Makefile > > diff --git a/.copr/Makefile b/.copr/Makefile > new

[Spice-devel] [PATCH spice-gtk 2/2] Add copr builds integration

2019-08-27 Thread Snir Sheriber
This will let copr to generate srpm using the .copr/Makefile script Signed-off-by: Snir Sheriber --- .copr/Makefile | 29 + 1 file changed, 29 insertions(+) create mode 100644 .copr/Makefile diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index