[Git][pacman/pacman][master] 2 commits: lint_config: ensure NPROC is set to something usable
Allan McRae pushed to branch master at Pacman / Pacman Commits: cc87999d by Allan McRae at 2025-01-08T03:06:37+00:00 lint_config: ensure NPROC is set to something usable We use NPROC for managing the number of parallel jobs to run, so it is essentially that this is a valid number. Add a lint pass, and move the setting of the default value to this location. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 286e776e by Allan McRae at 2025-01-08T03:06:37+00:00 lint_config: move PACKAGER check into its own function The check for the format of the PACKAGER variable did not align with the rest of the function where it was located. Move to its own function. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 4 changed files: - scripts/libmakepkg/lint_config/meson.build - + scripts/libmakepkg/lint_config/nproc.sh.in - + scripts/libmakepkg/lint_config/packager.sh.in - scripts/libmakepkg/lint_config/variable.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/425ff046edb861b52cce9fa... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/425ff046edb861b52cce9fa... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)