Gaël PORTAY
Gaël PORTAY
Dear Maintainers, I am trying to cross-compile (the client) and the `./configure` fails because the host machine does not have the file `/usr/share/selinux/devel/Makefile` installed. Note: It fails because the macro...
This adds the bash option pipefail so that the whole pipeline of commands fails if any of its commands fails. According to bash(1): SHELL GRAMMAR Pipelines (...) The return status...
This adds the option docker= in .cqfdrc to set the docker binary. It allows to run the client using sudo(8) or to select the docker binary (docker, podman).
This provides an example on how to run cqfd with docker-out-of-docker. See #136.
This adds the docker-cqfd CLI plugin so one can install it and runs `docker cqfd`; this is just for fun ;)
Both .ini and shell grammars use the equal sign for assignment (=). The sign delimitates the property and the variable name from their value. Whitespaces on both side of the...
The .ini files uses the semicolon for comments. Also, that exact same character is one of the shell control operator for list of pipelines. The hacky parser is not smart...
This adds an initial backend support for the Raspberry Pi firmware.