Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-08-05 Thread Kevin Fenzi
On Tue, Jul 29, 2025 at 10:04:18AM -0700, Adam Williamson wrote: > On Tue, 2025-07-29 at 09:58 -0700, Kevin Fenzi wrote: > > On Tue, Jul 29, 2025 at 09:37:44AM +, Frantisek Krenzelok wrote: > > > First of all apologies for this mess. > > > I have thought this would be actually a good way to do

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-31 Thread Vít Ondruch
Dne 30. 07. 25 v 13:35 Michael J Gruber napsal(a): Kevin Fenzi venit, vidit, dixit 2025-07-29 19:04:31: I think this is all too big a hammer. There's lots of cases where people make small changes and don't think it's worth doing a new build, but expect it will get picked up in the next one. S

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Gary Buhrmaster
On Wed, Jul 30, 2025 at 8:51 PM Adam Williamson wrote: > If the system doesn't handle this scenario sensibly: > > * Submit a PR to libfoo that bumps its soname > * Submit a PR to bar-app to rebuild it against the new libfoo soname > * ??? > * Profit > > then it cannot be viable for Fedora. Broadl

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Gary Buhrmaster
On Tue, Jul 29, 2025 at 4:58 PM Kevin Fenzi wrote: > I'm all for documenting this better, but where? > > We could perhaps add something to the reminder about the mass rebuild > coming up (which is supposed to be a week before I think?). We get an email when the mass rebuild has started (and fini

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Adam Williamson
On Wed, 2025-07-30 at 13:53 -0400, Stephen Gallagher wrote: > On Wed, Jul 30, 2025 at 1:01 PM Kevin Fenzi wrote: > > > > On Wed, Jul 30, 2025 at 03:44:05PM +0200, Miro Hrončok wrote: > > > > > > Let's have draft builds like in CentOS Stream? > > > > > > A pull request is scratch built anyway. L

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Adam Williamson
On Wed, 2025-07-30 at 13:35 +0200, Michael J Gruber wrote: > Kevin Fenzi venit, vidit, dixit 2025-07-29 19:04:31: > > I think this is all too big a hammer. > > > > There's lots of cases where people make small changes and don't think > > it's worth doing a new build, but expect it will get picked

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Stephen Gallagher
On Wed, Jul 30, 2025 at 1:01 PM Kevin Fenzi wrote: > > On Wed, Jul 30, 2025 at 03:44:05PM +0200, Miro Hrončok wrote: > > > > Let's have draft builds like in CentOS Stream? > > > > A pull request is scratch built anyway. Let it build as draft build and when > > the PR is merged, promote the draft b

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Kevin Fenzi
On Wed, Jul 30, 2025 at 03:44:05PM +0200, Miro Hrončok wrote: > > Let's have draft builds like in CentOS Stream? > > A pull request is scratch built anyway. Let it build as draft build and when > the PR is merged, promote the draft build to a real one (in a side tag if > needed). Are there any d

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Miro Hrončok
On 30. 07. 25 13:35, Michael J Gruber wrote: Kevin Fenzi venit, vidit, dixit 2025-07-29 19:04:31: I think this is all too big a hammer. There's lots of cases where people make small changes and don't think it's worth doing a new build, but expect it will get picked up in the next one. So, perh

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Michal Schorm
On Wed, Jul 30, 2025 at 1:35 PM Michael J Gruber wrote: > Is there any valid reason to push a commit to rawhide dist-git without > building it? To simply save resources. I don't disagree with what you described. There might be perks in having Rawhide built automatically. But in that case I'd li

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-30 Thread Michael J Gruber
Kevin Fenzi venit, vidit, dixit 2025-07-29 19:04:31: > I think this is all too big a hammer. > > There's lots of cases where people make small changes and don't think > it's worth doing a new build, but expect it will get picked up in the > next one. > > So, perhaps a more targeted approach might

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Kevin Fenzi
I think this is all too big a hammer. There's lots of cases where people make small changes and don't think it's worth doing a new build, but expect it will get picked up in the next one. So, perhaps a more targeted approach might work? Say a week before the mass rebuild, add a comment to all 'st

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Adam Williamson
On Tue, 2025-07-29 at 09:58 -0700, Kevin Fenzi wrote: > On Tue, Jul 29, 2025 at 09:37:44AM +, Frantisek Krenzelok wrote: > > First of all apologies for this mess. > > I have thought this would be actually a good way to do it, unaware of the > > full process.. > > > > I think we should make t

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Kevin Fenzi
On Tue, Jul 29, 2025 at 09:37:44AM +, Frantisek Krenzelok wrote: > First of all apologies for this mess. > I have thought this would be actually a good way to do it, unaware of the > full process.. > > I think we should make this at least an exemplary case and document this as I > have not

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Stephen Gallagher
On Tue, Jul 29, 2025 at 7:17 AM Florian Weimer wrote: > > * Adam Williamson: > > > On Mon, 2025-07-28 at 15:33 -0500, Chris Adams wrote: > >> Once upon a time, Adam Williamson said: > >> > Please, *always*, only land significant changes when you are ready to > >> > build and submit them as regula

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Florian Weimer
* Adam Williamson: > On Mon, 2025-07-28 at 15:33 -0500, Chris Adams wrote: >> Once upon a time, Adam Williamson said: >> > Please, *always*, only land significant changes when you are ready to >> > build and submit them as regular updates. In general, the delta between >> > what is currently in R

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Frantisek Krenzelok
First of all apologies for this mess. I have thought this would be actually a good way to do it, unaware of the full process.. I think we should make this at least an exemplary case and document this as I have not encountered anything discouraging me from this decision(that my be just me not l

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-29 Thread Miro Hrončok
On 29. 07. 25 1:08, Adam Williamson wrote: (I suspect there would also be some awkward cases where there are hard- versioned inter-package dependencies produced by some kind of macro which would result in the individual updates failing tests). But they should fail in that case, so we don't end

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Gary Buhrmaster
On Tue, Jul 29, 2025 at 3:08 AM Adam Williamson wrote: > > It's the same question as Chris asked, effectively. If you can identify > the packages to revert them, you could just as easily skip them > instead. The answer is 'maybe, but it's not trivial'. > > Note the correct requirement is not just

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Adam Williamson
On Tue, 2025-07-29 at 02:33 +, Gary Buhrmaster wrote: > On Mon, Jul 28, 2025 at 6:46 PM Adam Williamson > wrote: > > > > Hey folks! I figured a wider heads-up about this might be useful. > > > > The owner of the "Dropping of cert.pem file" Change[0] committed the > > change to dist-git but d

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Gary Buhrmaster
On Mon, Jul 28, 2025 at 6:46 PM Adam Williamson wrote: > > Hey folks! I figured a wider heads-up about this might be useful. > > The owner of the "Dropping of cert.pem file" Change[0] committed the > change to dist-git but did not build it, instead leaving it to be built > as part of the mass rebu

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Adam Williamson
On Tue, 2025-07-29 at 00:49 +0200, Miro Hrončok wrote: > On 28. 07. 25 20:46, Adam Williamson wrote: > > Mass rebuild changes bypass automated testing and gating > > This begs the question: Should we stop doing it that way? > > What if we let all the builds from mass rebuild go trough bodhi? One

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Miro Hrončok
On 28. 07. 25 20:46, Adam Williamson wrote: Mass rebuild changes bypass automated testing and gating This begs the question: Should we stop doing it that way? What if we let all the builds from mass rebuild go trough bodhi? One by one. Would Bodhi + OpenQA handle the load? -- Miro Hrončok -

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Adam Williamson
On Mon, 2025-07-28 at 15:33 -0500, Chris Adams wrote: > Once upon a time, Adam Williamson said: > > Please, *always*, only land significant changes when you are ready to > > build and submit them as regular updates. In general, the delta between > > what is currently in Rawhide and what the mass r

Re: Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Chris Adams
Once upon a time, Adam Williamson said: > Please, *always*, only land significant changes when you are ready to > build and submit them as regular updates. In general, the delta between > what is currently in Rawhide and what the mass rebuild will build > should be *as small as possible*. Any unbu

Please don't commit significant changes and leave them to be built by the mass rebuild

2025-07-28 Thread Adam Williamson
Hey folks! I figured a wider heads-up about this might be useful. The owner of the "Dropping of cert.pem file" Change[0] committed the change to dist-git but did not build it, instead leaving it to be built as part of the mass rebuild[1]. This, unfortunately, was a really bad idea. Mass rebuild c

Re: Improving the compose: leave the current compose in place

2018-12-01 Thread Ken Dreyer
On Tue, Nov 27, 2018 at 7:59 AM Owen Taylor wrote: > > A lot of discussion about improving the compose process seem to end up > with a "reality check" - that ideas have already been tried but don't > work because of requirements a) b) c) d). You can't have the pony, but > maybe if a lot of effort

Re: Improving the compose: leave the current compose in place

2018-11-29 Thread Peter Robinson
t; work because of requirements a) b) c) d). You can't have the pony, but > > maybe if a lot of effort is put into it, you can have a faster rocking > > horse. > > > > If want to fundamentally improve the Fedora workflow we need compose > > ponies, we can&#x

Re: Improving the compose: leave the current compose in place

2018-11-27 Thread Paul Frields
ut > maybe if a lot of effort is put into it, you can have a faster rocking > horse. > > If want to fundamentally improve the Fedora workflow we need compose > ponies, we can't just have rocking horses! > > Perhaps it would make sense to leave the current 8-10 hour compose

Re: Improving the compose: leave the current compose in place

2018-11-27 Thread Owen Taylor
On Tue, Nov 27, 2018 at 10:12 AM Stephen John Smoogen wrote: > Define what a compose is? Currently it is a word which covers a > multitude of different processes and reasons for those processes. We > can't 'fix' or even 'replace' or parallel them without actually > knowing why someone duct taped t

Re: Improving the compose: leave the current compose in place

2018-11-27 Thread Stephen John Smoogen
, but > maybe if a lot of effort is put into it, you can have a faster rocking > horse. > > If want to fundamentally improve the Fedora workflow we need compose > ponies, we can't just have rocking horses! > > Perhaps it would make sense to leave the current 8-10 hour compo

Improving the compose: leave the current compose in place

2018-11-27 Thread Owen Taylor
king horse. If want to fundamentally improve the Fedora workflow we need compose ponies, we can't just have rocking horses! Perhaps it would make sense to leave the current 8-10 hour compose in place for the forseeable future, and work on a new system in parallel where the primary const

Re: leave

2018-02-02 Thread inderaue23
thanks! ;) > Kevin Fenzi hat am 2. Februar 2018 um 18:49 geschrieben: > > > On 02/02/2018 06:51 AM, inderau...@arcor.de wrote: > > leave > > > If you are trying to unsubscribe, please mail the unsubscribe address below: > > > __

Re: leave

2018-02-02 Thread Kevin Fenzi
On 02/02/2018 06:51 AM, inderau...@arcor.de wrote: > leave If you are trying to unsubscribe, please mail the unsubscribe address below: > ___ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email

leave

2018-02-02 Thread inderaue23
leave ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

leave

2017-07-02 Thread ChunYu Wang
___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org