Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Actually include the data snapshot when building | Christopher Baines | 2018-07-01 |
| | |||
* | Neaten up SSH handling | Christopher Baines | 2018-06-24 |
| | | | | | Explicitly use the specified private key where possible. Also, use a struct for the user, address and private key. | ||
* | Guard against invalid build outputs | Christopher Baines | 2018-06-24 |
| | | | | Which seem to be a possibility if the job is forcefully stopped. | ||
* | Add a Guix module | Christopher Baines | 2018-06-23 |
| | | | | Which contains an available_locally? function. | ||
* | Only copy the guix revision to the remote host if possible | Christopher Baines | 2018-06-23 |
| | |||
* | Replace the GovukGuix::BuildJob | Christopher Baines | 2018-06-22 |
With a service that performs the same function, and use the MiniEnvironmentJob instead. |