Support architecture groups#44
Conversation
PR Summary
|
acc5eea to
d6edf55
Compare
It returns all matching architecture groups, such as: retro, 32bit, without_dotnet
A new function is added to simplify the code for reading arch specific bits, such as SRCS__*, CHKSUMS__*, PKGDEP__* and BUILDDEP__*. The following order is used: - PKGDEP__ARCH - PKGDEP__ARCHGROUPS * N - PKGDEP
d6edf55 to
4488f4d
Compare


This allows ACBS to read fields like
SRCS__RETRO,PKGDEP__RETROandBUILDDEP__RETROwithout defining the names for every architecture belonging to such group.