Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15 from nyantec/feature/filtersv1.20.0 | tv | 2020-02-18 | 3 | -2/+50 |
|\ | | | | | support for include filters | ||||
| * | support for include filters | Milan Pässler | 2020-02-03 | 3 | -2/+50 |
| | | | | | | | | | | | | | | - Added a new option for `file` sources, which allows to specify a list of `include` and `exclude` filters - Added a new option for `file` sources, which allows to disable the `--delete-excluded` behaviour. | ||||
* | | Merge pull request #17 from Mic92/no-writers | tv | 2020-02-18 | 3 | -23/+11 |
|\ \ | |/ |/| | use writers from nixpkgs | ||||
| * | use writers from nixpkgs | Jörg Thalheim | 2020-02-17 | 3 | -23/+11 |
|/ | | | | | This makes the evaluation of krops pure (no import from derivation) and makes it faster since the fetchGit result might be garbage collected. | ||||
* | Merge pull request #11 from Mic92/build-hostv1.19.0 | tv | 2019-12-30 | 2 | -7/+57 |
|\ | | | | | Support for build hosts | ||||
| * | writeDeploy: add crossDeploy argument | Jörg Thalheim | 2019-12-30 | 2 | -0/+14 |
| | | |||||
| * | writeDeploy: add support for build hosts | Jörg Thalheim | 2019-12-30 | 2 | -7/+43 |
|/ | | | | | This allows to evaluate & build the system on the dedicated build host, from which the build artifacts are uploaded onto the target machine. | ||||
* | populate: re-add default values for useChecksum/exclude | Jörg Thalheim | 2019-12-23 | 1 | -2/+2 |
| | | | | Turns out, those where required. | ||||
* | populate file: add exclude option | Jörg Thalheim | 2019-12-23 | 3 | -2/+17 |
| | |||||
* | Merge pull request #9 from nyantec/feature/sudov1.18.1 | tv | 2019-12-02 | 1 | -1/+1 |
|\ | | | | | ssh: fix mistake with sudo on remote | ||||
| * | ssh: fix mistake with sudo on remote | Milan Pässler | 2019-12-02 | 1 | -1/+1 |
|/ | |||||
* | README: talk about the target attributev1.18.0 | tv | 2019-11-29 | 1 | -1/+32 |
| | |||||
* | ssh: support using ssh-configured user | tv | 2019-11-29 | 3 | -8/+10 |
| | | | | | | | 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 | ||||
* | Merge pull request #7 from nyantec/feature/sudo | tv | 2019-11-29 | 3 | -6/+11 |
|\ | | | | | ssh, rsync: support using sudo on remote | ||||
| * | ssh, rsync: support using sudo on remote | Milan Pässler | 2019-11-29 | 3 | -6/+11 |
|/ | | | | | | | | 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 | ||||
* | README: fix minimal example | lassulus | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | populate git: add fetchAlways optionv1.16.0 | lassulus | 2019-08-08 | 2 | -2/+10 |
| | |||||
* | pkgs write{Deploy,Test}: allow backup of target | tv | 2019-07-16 | 1 | -4/+4 |
| | |||||
* | populate: support backupping target | tv | 2019-07-16 | 1 | -1/+23 |
| | |||||
* | populate: allow directories as sentinel | tv | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | pkgs: allow to overlay all the things | tv | 2019-07-16 | 1 | -2/+2 |
| | |||||
* | 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 nix-writers: 3.0.0 -> 3.4.0v1.13.0 | tv | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | README: document all the source types | tv | 2019-02-26 | 1 | -0/+83 |
| | |||||
* | pkgs.krops.rebuild: allow passing arbitrary argsv1.12.1 | tv | 2019-02-26 | 1 | -3/+5 |
| | |||||
* | LICENSE: import WTFPL 2 | tv | 2019-02-26 | 1 | -0/+13 |
| | |||||
* | pkgs writeTest: redirect populate output to stderrv1.11.1 | lassulus | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | populate derivation: print nix-build output to stderr | lassulus | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | populate pass: check only hash of source directoryv1.11.0 | lassulus | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | populate pass: set -efuv1.10.2 | tv | 2018-12-14 | 1 | -0/+2 |
| | |||||
* | ci.nix: define nixpkgsv1.10.1 | tv | 2018-12-13 | 1 | -0/+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. | ||||
* | populate: add derivation typev1.10.0 | lassulus | 2018-12-04 | 2 | -0/+19 |
| | |||||
* | populate pass: check if already up to datev1.9.0 | lassulus | 2018-11-30 | 1 | -0/+15 |
| | |||||
* | populate git: set -efuv1.8.1 | tv | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | populate file: add useChecksumv1.8.0 | tv | 2018-11-28 | 3 | -3/+13 |
| | |||||
* | populate symlink: fail if target is a directoryv1.7.3 | tv | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | populate check: mkdir's verbose output to stderrv1.7.2 | tv | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | populate git: reset --hardv1.7.1 | tv | 2018-11-13 | 1 | -2/+1 |
| | |||||
* | populate git: add clean.excludev1.7.0 | tv | 2018-10-31 | 4 | -2/+12 |
| | |||||
* | pkgs writeTest: keep goingv1.6.0ni/master | tv | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | README: add communication section | tv | 2018-10-05 | 1 | -0/+8 |
| | |||||
* | Revert "readme: use builtins.fetchGit to follow master"v1.5.0prism/master | lassulus | 2018-10-02 | 1 | -1/+3 |
| | | | | This reverts commit c3af2ddcf24bfed5962d9a3f68a24cd9a746ba1c. | ||||
* | add ci.nixprism/ci | lassulus | 2018-09-29 | 1 | -0/+24 |
| | |||||
* | pkgs write{Deploy,Test}: pass force to populate | lassulus | 2018-09-29 | 1 | -4/+4 |
| |