pmaports.find: show extra-repos/systemd hint
- Nov 10, 2024
-
-
Oliver Smith authored
Replace aports -> pmaports in these messages. $ pmbootstrap build systemd [17:37:02] NOTE: The package 'systemd' exists in extra-repos/systemd, but systemd is currently disabled [17:37:02] ERROR: Could not find package 'systemd' in pmaports
-
Oliver Smith authored
If the user tries to build a package, but it can't be found: check if systemd is disabled and the package is in extra-repos/systemd, display a hint about it. $ pmbootstrap build systemd [17:33:53] NOTE: The package 'systemd' exists in extra-repos/systemd, but systemd is currently disabled [17:33:53] ERROR: Could not find aport for package: systemd Fixes: issue 2398
-
Oliver Smith authored
Replace the boolean skip_extra_repos with a new with_extra_repos argument that can be default, enabled or disabled. This will be used to explicitly enable extra repos in a package search even if systemd is currently disabled, so we can display a hint when a package was not found because systemd is disabled in a follow-up patch.
-
Oliver Smith authored
Use the nice @Cache decorator that Caleb introduced earlier.
-
Oliver Smith authored
-