Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switch to egor@tensin.name | Egor Tensin | 2023-12-12 |
| | |||
* | ci: environment array to execvpe must be NULL-terminated | Egor Tensin | 2023-06-28 |
| | | | | Thanks, Valgrind. | ||
* | best practices & coding style fixes | Egor Tensin | 2023-05-13 |
| | | | | | | | | * I don't really need to declare all variables at the top of the function anymore. * Default-initialize variables more. * Don't set the output parameter until the object is completely constructed. | ||
* | add copyright notices | Egor Tensin | 2022-12-02 |
| | |||
* | log: refactoring | Egor Tensin | 2022-09-08 |
| | |||
* | ci: set some environment variables | Egor Tensin | 2022-09-07 |
| | |||
* | worker: capture process output | Egor Tensin | 2022-08-26 |
| | |||
* | add some more code | Egor Tensin | 2022-08-26 |
This adds a basic "worker" program. You can now do something like ./server & ./worker & ./client ci_run URL REV and the server should pass a message to worker, after which it should clone the repository at URL, checkout REV, and try to run the CI script. It's extremely unfinished: I need to sort out the graceful shutdown, how the server manages workers, etc. |