Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `ghalogs` get the logs of a GHA workflow run | Franck Cuny | 2024-03-20 | 2 | -0/+35 |
| | | | | | Add a few internal packages to get the root of the git repository and to create clickable links in the terminal. | ||||
* | build all the binaries using a Makefile | Franck Cuny | 2024-01-22 | 1 | -0/+12 |
Add a Makefile to build the local binaries. Rename all the commands without a dash. We can build the commands with `make all` or by being explicit, for example `make bin/x509-info`. Add a common package to keep track of build information (commit and build date) so we can reuse the same pattern across all the commands. |