<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 12 Jan 2020 at 00:58, Stephen John Smoogen <<a href="mailto:smooge@gmail.com">smooge@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On Sat, 11 Jan 2020 at 16:57, Gordon Messmer <<a href="mailto:gordon.messmer@gmail.com" target="_blank">gordon.messmer@gmail.com</a>> wrote:<br>
><br>
> On 1/11/20 1:12 PM, Brian Stinson wrote:<br>
> > I think the pattern is different with CentOS Linux though. There isn't really much 'contribution' to be done because the idea is to match what comes from RHEL sources as closely as possible. We don't have individual package maintainers in CentOS because 99% of the time we can get builds through<br>
><br>
><br>
> I think the frustrating thing about CentOS is that when users ask why<br>
> delays are so long, the maintainers say "producing CentOS is't just a<br>
> matter of rebuilding Red Hat sources" and when users ask why there isn't<br>
> a process to contribute the maintainers say "we're just rebuilding Red<br>
> Hat sources, and we don't need help with that."<br>
><br>
<br>
I think that the problem is that re-building an OS is a very very<br>
complicated problem and everyone doesn't expect it to be. The only way<br>
I have found to get a real idea of the amount of work is to actually<br>
set up your own build system and go through what is needed to rebuild<br>
the OS during the X.0 -> X.4 stage. You can get some set of packages<br>
built without problems and then you find that they don't have some<br>
feature that was expected. Then you have to work out the reorder of<br>
the builds to get that feature in the various tools. Then you figure<br>
out that you need to actually build the OS in multiple steps:<br>
<br>
1. Take X.Y-1 and rebuild some of the packages from X.Y<br>
2. Rebuild some of X-Y.1+new packages with that.<br>
3. Rebuild X.Y packages with the set<br>
4. Find out that a buildroot package (a package which isn't shipped by<br>
Red Hat but used to build the OS) isn't working. Figure out that they<br>
used a different version than what you have.<br>
5. Go through that package docs and figure out which version/patch you<br>
did or did not need.<br>
6. Rebuild X.Y packages<br>
7. Re order some of the builds (but not all of them) and rebuild a couple more<br>
8. Rebuild more of X.Y<br>
9. Make a compose<br>
10. Find out that the compose fails because X.Y used some new features.<br>
11. Go back to 3 with a couple of other items.<br>
<br>
After a couple of iterations you get an OS working and the QA people<br>
can do installs. There they find that something was wrong in X.Y-1<br>
which causes updates to X.Y to break. Come up with new package fixes<br>
for that.<br><br></blockquote><div>Great, this sounds like the process of building an OS in multiple steps that I am familiar with; </div><div>Is there any way to make this process more transparant? Letting the community know what step in the process you are at, what is failing, what patches have been tried, </div><div>and when you are sleeping let people build some packages on top of your work, find out what works and contribute that back to you so in the morning when you wake up the entire process is a few steps further along?</div><div><br></div><div>I have some experience in building a build system/framework (and community of people contributing patches to this framework in parallel) that methodically keeps track of every package build and what dependencies work and don't work in different stages of the build. </div><div>We accept input from people who tried builds that failed, figured out the problem and submitted a patch to the build process to us using this framework, in the end we can automatically generate a complete reproducible build with the press of a button, that can be rebuild on the machine of everyone involved.</div><div><br></div><div>Does this sound like anything you would want to have in the future? Or are you happy with doing the above process behind closed doors with just a few people in control?</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
<br>
<br>
-- <br>
Stephen J Smoogen.<br>
_______________________________________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org" target="_blank">CentOS-devel@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/centos-devel" rel="noreferrer" target="_blank">https://lists.centos.org/mailman/listinfo/centos-devel</a><br>
</blockquote></div></div>