Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Tomas Orsava
On 6/9/20 3:01 PM, Nicolas Mailhot via devel wrote: Le mardi 09 juin 2020 à 14:56 +0200, Nicolas Mailhot a écrit : Le mardi 09 juin 2020 à 14:35 +0200, Vít Ondruch a écrit : The proposal was to optionally disable test. When somebody asked why, the answer was bootstrapping. But we know how to

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Nicolas Mailhot via devel
Le mardi 09 juin 2020 à 14:56 +0200, Nicolas Mailhot a écrit : > Le mardi 09 juin 2020 à 14:35 +0200, Vít Ondruch a écrit : > > > > The proposal was to optionally disable test. When somebody asked > > why, > > the answer was bootstrapping. But we know how to handle > > bootstrapping. > > So

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Nicolas Mailhot via devel
Le mardi 09 juin 2020 à 14:35 +0200, Vít Ondruch a écrit : > > The proposal was to optionally disable test. When somebody asked why, > the answer was bootstrapping. But we know how to handle > bootstrapping. > So shouldn't somebody spend time changing the test conditionals to > bootstrapping

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Vít Ondruch
Dne 09. 06. 20 v 13:33 Miro Hrončok napsal(a): > On 09. 06. 20 12:21, Vít Ondruch wrote: >> That won't be different for what was the original question here, i.e. >> conditionally disable tests. bconds are what we have for better or >> worse. >> >> And really, this seems about bootstrapping not

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Miro Hrončok
On 09. 06. 20 12:21, Vít Ondruch wrote: That won't be different for what was the original question here, i.e. conditionally disable tests. bconds are what we have for better or worse. And really, this seems about bootstrapping not disabling tests, which are not completely different, but nobody

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Nicolas Mailhot via devel
Le mardi 09 juin 2020 à 12:21 +0200, Vít Ondruch a écrit : > Dne 09. 06. 20 v 12:12 Nicolas Mailhot napsal(a): > > Le mardi 09 juin 2020 à 12:08 +0200, Vít Ondruch a écrit : > > > Just FTR, we have bootstrapping guidelines > > > > > >

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Vít Ondruch
Dne 09. 06. 20 v 12:12 Nicolas Mailhot napsal(a): > Le mardi 09 juin 2020 à 12:08 +0200, Vít Ondruch a écrit : >> Just FTR, we have bootstrapping guidelines >> https://docs.fedoraproject.org/en-US/packaging-guidelines/#bootstrapping >> > Those suffer from > 1. the horrible bcond logic inversion

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Nicolas Mailhot via devel
Le mardi 09 juin 2020 à 12:08 +0200, Vít Ondruch a écrit : > > Just FTR, we have bootstrapping guidelines > https://docs.fedoraproject.org/en-US/packaging-guidelines/#bootstrapping > Those suffer from 1. the horrible bcond logic inversion that trips pretty much everyone all the time. 2. the

Re: [Fedora-packaging] Re: Let's standardize the way to disable tests during RPM build?

2020-06-09 Thread Vít Ondruch
Dne 05. 06. 20 v 17:24 Tomas Orsava napsal(a): > On 6/5/20 4:46 PM, Richard W.M. Jones wrote: >> On Fri, Jun 05, 2020 at 04:38:03PM +0200, Miro Hrončok wrote: >>> On 05. 06. 20 16:26, Richard W.M. Jones wrote: On Fri, Jun 05, 2020 at 04:10:20PM +0200, Tomas Orsava wrote: > Hi, > I