Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use writers from nixpkgs | Jörg Thalheim | 2020-02-17 | 1 | -12/+8 |
| | | | | | This makes the evaluation of krops pure (no import from derivation) and makes it faster since the fetchGit result might be garbage collected. | ||||
* | writeDeploy: add crossDeploy argument | Jörg Thalheim | 2019-12-30 | 1 | -0/+3 |
| | |||||
* | writeDeploy: add support for build hosts | Jörg Thalheim | 2019-12-30 | 1 | -3/+15 |
| | | | | | This allows to evaluate & build the system on the dedicated build host, from which the build artifacts are uploaded onto the target machine. | ||||
* | ssh: fix mistake with sudo on remote | Milan Pässler | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | ssh: support using ssh-configured user | tv | 2019-11-29 | 1 | -2/+2 |
| | | | | | | | Let ssh use the user configured in its configuration files when the target user is set to the empty string. Closes https://github.com/krebs/krops/issues/2 | ||||
* | ssh, rsync: support using sudo on remote | Milan Pässler | 2019-11-29 | 1 | -1/+1 |
| | | | | | | | | This allows deployment of remote hosts without having ssh access to the root user. Passwordless sudo is recommended since krops will use multiple ssh sessions and the password will not be remembered. Closes https://github.com/krebs/krops/issues/3 | ||||
* | krops: add writeCommandv1.17.0 | lassulus | 2019-10-23 | 1 | -0/+15 |
| | |||||
* | krops: add remoteCommand, use in build & rebuild | lassulus | 2019-10-23 | 1 | -20/+14 |
| | |||||
* | writeDeploy: add fast option | lassulus | 2019-10-23 | 1 | -4/+17 |
| | |||||
* | pkgs write{Deploy,Test}: allow backup of target | tv | 2019-07-16 | 1 | -4/+4 |
| | |||||
* | krops: add dry-rebuild before nix build | lassulus | 2019-07-16 | 1 | -0/+1 |
| | |||||
* | krops build: fix name | lassulus | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | writeDeploy: fancy output with nix buildv1.14.0 | lassulus | 2019-04-28 | 1 | -0/+19 |
| | |||||
* | pkgs.krops.rebuild: allow passing arbitrary argsv1.12.1 | tv | 2019-02-26 | 1 | -3/+5 |
| | |||||
* | pkgs writeTest: redirect populate output to stderrv1.11.1 | lassulus | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | pkgs writeTest: use NIX_PATH instead of -I | tv | 2018-12-13 | 1 | -1/+1 |
| | | | | | That way, nix-build won't accidentally "fallback" to stuff in the system's NIX_PATH. | ||||
* | pkgs writeTest: keep goingv1.6.0ni/master | tv | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | pkgs write{Deploy,Test}: pass force to populate | lassulus | 2018-09-29 | 1 | -4/+4 |
| | |||||
* | pkgs.krops: remove unused writeJSON | tv | 2018-09-16 | 1 | -1/+1 |
| | | | | Last use was removed in commit ea08f87819291a21ee6e031fe7748bdb04518bab. | ||||
* | pkgs.krops: add rebuildv1.4.0 | tv | 2018-09-16 | 1 | -4/+14 |
| | |||||
* | writeTest: simplify nix-build call | tv | 2018-09-13 | 1 | -3/+2 |
| | |||||
* | populate: inline scriptv1.2.0 | tv | 2018-07-12 | 1 | -19/+3 |
| | |||||
* | lib: add isLocalTarget | tv | 2018-07-12 | 1 | -7/+1 |
| | |||||
* | krops: add writePopulatev1.1.0 | tv | 2018-07-10 | 1 | -11/+19 |
| | |||||
* | kops -> krops | lassulus | 2018-05-03 | 1 | -0/+48 |