mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00

This should help use keep the codebase more consistent, and avoid sevel whitespace related issues, or bad file permissions. pre-commit allows us to easily introduce other linters in follow-ups, like bashate. Note: pre-commit tool does *not* install any git-hooks. Making commits will will call the tool unless you deliverately tell it to install the hooks. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Installation Tests
The Dockerfiles in this directory attempt to install the RPMs built from this repo into the target OS. Make the RPMs first with:
make -f .copr/Makefile srpm outdir=test/install/rpms
make -f .copr/Makefile build_binary outdir=test/install/rpms
Then, run a container image build using the Dockerfiles in this directory.