Re: Removal of Arch [community]
Reply #4 –
That's not what i asked actually. ARMtix build system heavily relies on the existence of some monorepo(s) with sources for all packages to fetch updates from and put packages in build queue. The thing is, packages with arm-specific patches also live in a monorepo and a patched package can only be built if it was simultaneously updated in both monorepos.
Without monorepos from Artix this logic breaks. The only way for me to fetch packages becomes fetching list of all repos from gitea and syncing my local list with it. To me this sounds like a very poor logic and also requires a major change in build system, and i'm not sure how much time it may requiere to implement it. Looks like ALARM project also faces this problem now.
As such, may i ask Artix development team to keep some monorepo for ARMtix builds? I think, it can be updated via CI to reduce manual intervention