aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15 from nyantec/feature/filtersv1.20.0tv2020-02-181-2/+5
|\ | | | | support for include filters
| * support for include filtersMilan Pässler2020-02-031-2/+5
| | | | | | | | | | | | | | - 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.
* | use writers from nixpkgsJörg Thalheim2020-02-173-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.
* writeDeploy: add crossDeploy argumentJörg Thalheim2019-12-301-0/+3
|
* writeDeploy: add support for build hostsJörg Thalheim2019-12-301-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.
* populate: re-add default values for useChecksum/excludeJörg Thalheim2019-12-231-2/+2
| | | | Turns out, those where required.
* populate file: add exclude optionJörg Thalheim2019-12-231-2/+5
|
* ssh: fix mistake with sudo on remoteMilan Pässler2019-12-021-1/+1
|
* ssh: support using ssh-configured usertv2019-11-292-7/+9
| | | | | | | 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 remoteMilan Pässler2019-11-292-4/+8
| | | | | | | | 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.0lassulus2019-10-231-0/+15
|
* krops: add remoteCommand, use in build & rebuildlassulus2019-10-231-20/+14
|
* writeDeploy: add fast optionlassulus2019-10-231-4/+17
|
* populate git: add fetchAlways optionv1.16.0lassulus2019-08-081-2/+6
|
* pkgs write{Deploy,Test}: allow backup of targettv2019-07-161-4/+4
|
* populate: support backupping targettv2019-07-161-1/+23
|
* populate: allow directories as sentineltv2019-07-161-1/+1
|
* pkgs: allow to overlay all the thingstv2019-07-161-2/+2
|
* krops: add dry-rebuild before nix buildlassulus2019-07-161-0/+1
|
* krops build: fix namelassulus2019-07-161-1/+1
|
* writeDeploy: fancy output with nix buildv1.14.0lassulus2019-04-281-0/+19
|
* pkgs nix-writers: 3.0.0 -> 3.4.0v1.13.0tv2019-04-021-1/+1
|
* pkgs.krops.rebuild: allow passing arbitrary argsv1.12.1tv2019-02-261-3/+5
|
* pkgs writeTest: redirect populate output to stderrv1.11.1lassulus2019-01-281-1/+1
|
* populate derivation: print nix-build output to stderrlassulus2019-01-281-1/+1
|
* populate pass: check only hash of source directoryv1.11.0lassulus2018-12-141-1/+1
|
* populate pass: set -efuv1.10.2tv2018-12-141-0/+2
|
* pkgs writeTest: use NIX_PATH instead of -Itv2018-12-131-1/+1
| | | | | That way, nix-build won't accidentally "fallback" to stuff in the system's NIX_PATH.
* populate: add derivation typev1.10.0lassulus2018-12-041-0/+4
|
* populate pass: check if already up to datev1.9.0lassulus2018-11-301-0/+15
|
* populate git: set -efuv1.8.1tv2018-11-301-0/+1
|
* populate file: add useChecksumv1.8.0tv2018-11-281-3/+8
|
* populate symlink: fail if target is a directoryv1.7.3tv2018-11-281-1/+1
|
* populate check: mkdir's verbose output to stderrv1.7.2tv2018-11-201-1/+1
|
* populate git: reset --hardv1.7.1tv2018-11-131-2/+1
|
* populate git: add clean.excludev1.7.0tv2018-10-311-1/+4
|
* pkgs writeTest: keep goingv1.6.0ni/mastertv2018-10-071-0/+1
|
* pkgs write{Deploy,Test}: pass force to populatelassulus2018-09-291-4/+4
|
* populate: no name clashes anymorev1.4.2palo/fix-pass-2Ingolf Wagner2018-09-191-17/+17
|
* pkgs: add nix-writers 3.0.0 to overlaysv1.4.1palo/mastertv2018-09-162-10/+8
|
* pkgs.krops: remove unused writeJSONtv2018-09-161-1/+1
| | | | Last use was removed in commit ea08f87819291a21ee6e031fe7748bdb04518bab.
* pkgs.krops: add rebuildv1.4.0tv2018-09-161-4/+14
|
* populate rsync: use stderrv1.3.2tv2018-09-131-1/+2
|
* writeTest: simplify nix-build calltv2018-09-131-3/+2
|
* populate git: clone with --recurse-submodulesv1.3.1tv2018-08-231-1/+1
|
* populate git: support submodulesv1.3.0tv2018-08-141-0/+1
|
* populate: inline scriptv1.2.0tv2018-07-123-313/+136
|
* lib: add isLocalTargettv2018-07-121-7/+1
|
* krops: add writePopulatev1.1.0tv2018-07-101-11/+19
|
* kops -> kropslassulus2018-05-032-1/+1
|