-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #566 from bcrocker15/ogr-makefile-update-prepare-c…
…heck Make 'make check' more consistent, and better documented, across projects Makefile: Abolish the 'prepare-check' target, merging its functionality into 'check' target. In 'check' target, conditionally install python3-flexmock python3-requre depending on presence/absence of /usr/share/doc/python3-flexmock and /usr/bin/requre-patch respectively. Check for ansible-bender podman in 'build' target. Remove all mention of unused python3-tox. CONTRIBUTING.md: Remove all mention of unused tox. Remove mention of prepare-check (merged into 'check' target). Document installation of python3-flexmock and python3-requre by 'make check', ansible-bender and podman by 'make build'. Include note about 7.1 GB of disk space consumed by 'make build'. Mention conditional installation of ansible-bender podman python3-requre python3-flexmock Minor language & spelling fixes. Fixes #579 Reviewed-by: None <None> Reviewed-by: None <None> Reviewed-by: Hunor Csomortáni <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters