pub fn scan_pacman_conf_path(root: &Path) -> PacmanConfScanExpand description
What: Scan the system pacman configuration for repository section headers.
Inputs:
root: Typically/etc/pacman.conf.
Output:
PacmanConfScanwith merged repo keys and warnings.
Details:
- Follows
Include =relative to the including file’s directory. - Skips duplicate canonical include targets with a warning.
- Missing files add warnings and continue.