Johnny Hughes wrote on Tue, Aug 21, 2018 at 09:48:41AM -0500:
I am now building everything at the same time (all 9 arches .. ppc, ppc64, ppc64le, power9, i386, x86_64, aarch64, armhfp, and noarch) .. almost everything is just a rebuild of the x86_64 SRPMS. There are a couple things that are unique for an individual arch. I was putting that in the main updates dir as well, people complained.
I see, I actually liked the idea (once I found some packages there!), but I guess people might get the wrong package if they use yumdownloader --source and an alt package has a higher version?
I don't have an automated script to copy the sources of altarch that are different to the CentOS mirrors as that is a very small subset. I need to rewrite some automated code to make that happen in my push scripts.
Tough :)
However, you can still get the soruces from two places .. either from git or from SRPM, which ever you prefer:
- git (what I create the SRPM from):
Ah, I was looking at the wrong git with kernel-aarch64 a few days ago then. Thanks for pointing there.
2)SRPM (including the build logs, etc.): https://buildlogs.centos.org/c7.1804.u.aarch64/kernel-alt/
That's actually probably more convenient, I didn't know of this domain either! Nice.
At some point I will rewrite the push script to automate getting the SRPMs in the altarch tree as well.
Would be nice eventually, so folks like me won't need to ask ; thank you for pointing me at the other places meanwhile.