The python-rpm-macros rpms
1. Error out on unset variables.
2. Implement suggestion made by shellcheck: use "||" instead of "-o"" in test.
Shellcheck also suggested -print0 to avoid ambiguity with filenames with
embedded newlines, but instead use '-exec {} +', which doesn't need xargs but
still passes multiple arguments to a single marshalparser invocation.
(Those issues are unlikely to cause problems in the rpm environment, but it's
nice to be shellcheck-clean to use shellcheck during development.)
Co-Authored-By: Benjamin A. Beasley <code@musicinmybrain.net>
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| brp-fix-pyc-reproducibility | ||
| brp-python-bytecompile | ||
| brp-python-hardlink | ||
| clamp_source_mtime.py | ||
| compileall2.py | ||
| import_all_modules.py | ||
| macros.pybytecompile | ||
| macros.python | ||
| macros.python-srpm | ||
| macros.python3 | ||
| pathfix.py | ||
| python-rpm-macros.spec | ||
| python.lua | ||
| rpminspect.yaml | ||
| sources | ||