Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebuild: set NIX_PATH like everywhere else1.28.1runShell+binsh | tv | 2022-09-07 | 1 | -3/+2 |
| | |||||
* | withNixOutputMonitor: run shell with know Nix path | tv | 2022-09-07 | 1 | -2/+3 |
| | |||||
* | runShell: admit non-posix-compatible shells | tv | 2022-09-07 | 1 | -1/+4 |
| | |||||
* | krops writeDeploy: add useNixOutputMonitor parameter1.28.0 | tv | 2022-08-23 | 2 | -7/+71 |
| | |||||
* | Merge remote-tracking branch 'prism/master'1.27.0 | tv | 2022-07-26 | 2 | -2/+7 |
|\ | |||||
| * | krops writeTest: make trace optional | lassulus | 2022-07-26 | 2 | -2/+7 |
| | | |||||
* | | krops writeDeploy: add operation parameter | tv | 2022-07-16 | 2 | -3/+8 |
|/ | |||||
* | populate git: remove trailing spaces1.26.3 | tv | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | populate git: remove non-worktree target | tv | 2022-02-12 | 1 | -0/+5 |
| | |||||
* | Merge pull request #35 from erikarvstedt/fix-ssh-port1.26.2 | tv | 2021-11-20 | 6 | -55/+78 |
|\ | | | | | target: use default port from SSH config | ||||
| * | target: use default port from SSH config | Erik Arvstedt | 2021-11-20 | 3 | -6/+8 |
| | | | | | | | | | | This is the expected behavior. The SSH config is also implicitly used for other SSH-related settings. | ||||
| * | populate file: isDerivation -> isStorePath1.26.1 | tv | 2021-10-26 | 1 | -2/+2 |
| | | |||||
| * | populate file: admit derivations1.26.0 | tv | 2021-10-26 | 4 | -8/+25 |
| | | |||||
| * | README: transfered -> transferred | tv | 2021-10-26 | 1 | -1/+1 |
| | | |||||
| * | README: talk about systems | tv | 2021-10-26 | 1 | -1/+1 |
| | | |||||
| * | populate: add rsyncDefaultConfig | tv | 2021-10-26 | 1 | -7/+14 |
| | | |||||
| * | runShell/writeCommand: add allocateTTY argument | lassulus | 2021-10-26 | 2 | -4/+11 |
| | | |||||
| * | krops writeDeploy: deprecate fast parameter | lassulus | 2021-10-26 | 1 | -29/+19 |
| | | |||||
| * | README: use latest krops version in example | Matthias Beyer | 2021-10-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | ||||
* | README: update irc link | lassulus | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #30 from krebs/fixupsv1.25.0 | Lassulus | 2021-03-23 | 2 | -4/+8 |
|\ | | | | | (hopefully) fix pass with subfolders, make README more clear for extraOptions | ||||
| * | README: better usecase for extraOptions | lassulus | 2021-02-16 | 1 | -1/+1 |
| | | |||||
| * | populate pass: don't decrypt .gpg-id | lassulus | 2021-02-16 | 1 | -1/+1 |
| | | |||||
| * | populate pass: make git optional again | lassulus | 2021-01-17 | 1 | -2/+6 |
|/ | |||||
* | isLocalTarget: use "localhost" as defaultv1.24.1 | tv | 2021-01-16 | 1 | -5/+12 |
| | | | | | This fixes an issue when trying to deploy using sudo from systems that don't provide means to determine the real host name. | ||||
* | README: ops -> operations | tv | 2021-01-05 | 1 | -1/+1 |
| | | | | Because there's no need to save on characters. | ||||
* | Make pass source follow symlinksv1.24.0 | Simon Bruder | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #26 from Mic92/contrib | tv | 2020-12-14 | 1 | -1/+2 |
|\ | | | | | README: mention github fork | ||||
| * | README: mention github fork | Jörg Thalheim | 2020-12-14 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #24 from jpotier/fix-sudo-for-remote | tv | 2020-11-20 | 1 | -0/+2 |
|\ \ | |/ |/| | Add flag to nixos-rebuild | ||||
| * | Add flag to nixos-rebuild | Martin Potier | 2020-11-20 | 1 | -0/+2 |
|/ | | | | | | | In the case we need sudo for the remote target, the flag `--use-remote-sudo` must be passed if the target's ssh user is not root. If target's ssh user is root, it doesn't hurt to use sudo. | ||||
* | Merge pull request #21 from elohmeier/git-shallowv1.23.0 | tv | 2020-07-02 | 3 | -3/+23 |
|\ | | | | | add shallow option to git source type | ||||
| * | add `shallow` option to git source type | Enno Lohmeier | 2020-07-02 | 3 | -3/+23 |
|/ | |||||
* | Merge pull request #20 from Mic92/local-sudov1.22.1 | tv | 2020-06-22 | 1 | -3/+6 |
|\ | | | | | fix local deployment with sudo | ||||
| * | fix local deployment with sudo | Jörg Thalheim | 2020-06-22 | 1 | -3/+6 |
|/ | |||||
* | Merge remote-tracking branch 'krebs/master' | tv | 2020-06-16 | 1 | -2/+58 |
|\ | |||||
| * | README: document writeTest & writeCommand | lassulus | 2020-05-12 | 1 | -2/+58 |
| | | |||||
* | | treewide: harmonize ssh callsv1.22.0 | tv | 2020-06-08 | 2 | -17/+16 |
| | | |||||
* | | README: brakets -> brackets | tv | 2020-06-08 | 1 | -1/+1 |
| | | |||||
* | | krops runCommand: derive script name from command | tv | 2020-06-08 | 1 | -1/+1 |
| | | |||||
* | | lib: add firstWord | tv | 2020-06-08 | 1 | -0/+3 |
| | | |||||
* | | krops remoteCommand: don't ssh if target is local | tv | 2020-06-08 | 1 | -9/+12 |
|/ | |||||
* | README: talk about target.extraOptions | tv | 2020-04-19 | 1 | -4/+11 |
| | |||||
* | Merge pull request #19 from erikarvstedt/improve-target-optsv1.21.0 | tv | 2020-04-19 | 3 | -7/+15 |
|\ | | | | | Improve deploy target options | ||||
| * | support default target attrs for attrSets | Erik Arvstedt | 2020-04-18 | 1 | -7/+12 |
| | | |||||
| * | add target.extraOptions | Erik Arvstedt | 2020-04-18 | 3 | -0/+3 |
|/ | |||||
* | populate file: deprecated exclude option | tv | 2020-03-17 | 2 | -11/+16 |
| | |||||
* | 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 |