Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-09 | CLI: Fix use of multiple RE property options | Oliver Reiche | |
... which were all ignored except the last. CLI11 usually only calls the option function once all options have been parsed. This change ensures that the option function is called everytime the option is parsed. | |||
2022-04-27 | use kebab-case for all cmd line args | Alberto Sartori | |
2022-04-21 | add compatibility with original remote build protocol | Alberto Sartori | |
2022-04-04 | Add a new log level for progress updates | Klaus Aehlig | |
2022-04-04 | cli: hint on orientation of --log-limit argument | Klaus Aehlig | |
2022-02-28 | CLI: Add option to set action timeout | Oliver Reiche | |
2022-02-25 | Format: Apply alphabetical include order | Oliver Reiche | |
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |