Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add time information | Přemysl Eric Janouch | 2024-12-26 | 1 | -0/+11 |
| | |||||
* | Runtime configuration changes | Přemysl Eric Janouch | 2024-12-26 | 1 | -0/+2 |
| | | | | Through an RPC command, because systemd documentation told us to. | ||||
* | Clean up, add a deployment stage | Přemysl Eric Janouch | 2024-12-23 | 1 | -2/+3 |
| | | | | | | | | | | | | Errors should be handled a bit more nicely now. The SFTP part could also be done from deploy scripts like: scp -i {runner.ssh.identity} \ -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ {runner.ssh.user}@{runner.ssh.address%:*} -p {runner.ssh.address#*:} but that is deemed way too annoying, so we do it from Go. | ||||
* | Update documentation | Přemysl Eric Janouch | 2024-04-18 | 1 | -3/+10 |
| | |||||
* | Improve shell quoting | Přemysl Eric Janouch | 2024-04-16 | 1 | -0/+3 |
| | |||||
* | Add an enqueue command | Přemysl Eric Janouch | 2024-04-15 | 1 | -1/+5 |
| | |||||
* | Initial commit | Přemysl Eric Janouch | 2024-04-04 | 1 | -0/+80 |