aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* populate: add passage source typeHEAD1.29.0mastertv2024-01-113-1/+82
|
* init flake.nixlassulus2023-07-222-0/+56
|
* Merge pull request #38 from fuu0/patch-1Lassulus2023-04-081-1/+1
|\ | | | | Update README.md to fix broken link with infos to the `target` attribute
| * Update README.mdfuu02023-04-081-1/+1
| | | | | | fix broken link to with infos to the `target` attribute
* | populate pass: calculate hash for each symlink1.28.2lassulus2023-03-131-1/+9
| | | | | | | | | | this fixes folders with symlinks not getting updated if the symlinked file is in another subfolder of the pass repo
* | rebuild: set NIX_PATH like everywhere else1.28.1runShell+binshtv2022-09-071-3/+2
| |
* | withNixOutputMonitor: run shell with know Nix pathtv2022-09-071-2/+3
| |
* | runShell: admit non-posix-compatible shellstv2022-09-071-1/+4
| |
* | krops writeDeploy: add useNixOutputMonitor parameter1.28.0tv2022-08-232-7/+71
| |
* | Merge remote-tracking branch 'prism/master'1.27.0tv2022-07-262-2/+7
|\ \ | |/ |/|
| * krops writeTest: make trace optionallassulus2022-07-262-2/+7
| |
* | krops writeDeploy: add operation parametertv2022-07-162-3/+8
|/
* populate git: remove trailing spaces1.26.3tv2022-02-121-1/+1
|
* populate git: remove non-worktree targettv2022-02-121-0/+5
|
* Merge pull request #35 from erikarvstedt/fix-ssh-port1.26.2tv2021-11-206-55/+78
|\ | | | | target: use default port from SSH config
| * target: use default port from SSH configErik Arvstedt2021-11-203-6/+8
| | | | | | | | | | This is the expected behavior. The SSH config is also implicitly used for other SSH-related settings.
| * populate file: isDerivation -> isStorePath1.26.1tv2021-10-261-2/+2
| |
| * populate file: admit derivations1.26.0tv2021-10-264-8/+25
| |
| * README: transfered -> transferredtv2021-10-261-1/+1
| |
| * README: talk about systemstv2021-10-261-1/+1
| |
| * populate: add rsyncDefaultConfigtv2021-10-261-7/+14
| |
| * runShell/writeCommand: add allocateTTY argumentlassulus2021-10-262-4/+11
| |
| * krops writeDeploy: deprecate fast parameterlassulus2021-10-261-29/+19
| |
| * README: use latest krops version in exampleMatthias Beyer2021-10-261-2/+2
|/ | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* README: update irc linklassulus2021-07-221-1/+1
|
* Merge pull request #30 from krebs/fixupsv1.25.0Lassulus2021-03-232-4/+8
|\ | | | | (hopefully) fix pass with subfolders, make README more clear for extraOptions
| * README: better usecase for extraOptionslassulus2021-02-161-1/+1
| |
| * populate pass: don't decrypt .gpg-idlassulus2021-02-161-1/+1
| |
| * populate pass: make git optional againlassulus2021-01-171-2/+6
|/
* isLocalTarget: use "localhost" as defaultv1.24.1tv2021-01-161-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 -> operationstv2021-01-051-1/+1
| | | | Because there's no need to save on characters.
* Make pass source follow symlinksv1.24.0Simon Bruder2020-12-151-1/+1
|
* Merge pull request #26 from Mic92/contribtv2020-12-141-1/+2
|\ | | | | README: mention github fork
| * README: mention github forkJörg Thalheim2020-12-141-1/+2
| |
* | Merge pull request #24 from jpotier/fix-sudo-for-remotetv2020-11-201-0/+2
|\ \ | |/ |/| Add flag to nixos-rebuild
| * Add flag to nixos-rebuildMartin Potier2020-11-201-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.0tv2020-07-023-3/+23
|\ | | | | add shallow option to git source type
| * add `shallow` option to git source typeEnno Lohmeier2020-07-023-3/+23
|/
* Merge pull request #20 from Mic92/local-sudov1.22.1tv2020-06-221-3/+6
|\ | | | | fix local deployment with sudo
| * fix local deployment with sudoJörg Thalheim2020-06-221-3/+6
|/
* Merge remote-tracking branch 'krebs/master'tv2020-06-161-2/+58
|\
| * README: document writeTest & writeCommandlassulus2020-05-121-2/+58
| |
* | treewide: harmonize ssh callsv1.22.0tv2020-06-082-17/+16
| |
* | README: brakets -> bracketstv2020-06-081-1/+1
| |
* | krops runCommand: derive script name from commandtv2020-06-081-1/+1
| |
* | lib: add firstWordtv2020-06-081-0/+3
| |
* | krops remoteCommand: don't ssh if target is localtv2020-06-081-9/+12
|/
* README: talk about target.extraOptionstv2020-04-191-4/+11
|
* Merge pull request #19 from erikarvstedt/improve-target-optsv1.21.0tv2020-04-193-7/+15
|\ | | | | Improve deploy target options
| * support default target attrs for attrSetsErik Arvstedt2020-04-181-7/+12
| |