FS#31885 - Allow defining supported architectures per repo in pacman.conf
Attached to Project:
Pacman
Opened by JB (techryda) - Wednesday, 10 October 2012, 19:24 GMT
Last edited by Allan McRae (Allan) - Wednesday, 10 October 2012, 20:44 GMT
Opened by JB (techryda) - Wednesday, 10 October 2012, 19:24 GMT
Last edited by Allan McRae (Allan) - Wednesday, 10 October 2012, 20:44 GMT
|
Details
Allow for an optional RepoArch= directive in the mirror
pacman.conf.
This would allow a repo to be associated with its supported architecture(s). At runtime, if pacman is running on an architecture not supported by the repo, it will be silently skipped. This will be immediately useful for the multilib repo, but also for custom user repos. i.e. [multilib] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist RepoArch=x86_64 |
This task depends upon