

chore: remove `lsyncd`
@93d61605f0e031ed56041e6a03a9cedb3555bba9
--- Taskfile.yaml
+++ Taskfile.yaml
... | ... | @@ -31,7 +31,6 @@ |
31 | 31 |
sources: |
32 | 32 |
- Dockerfile.* |
33 | 33 |
- faster_whisper_server/*.py |
34 |
- sync: lsyncd lsyncd.conf |
|
35 | 34 |
cii: |
36 | 35 |
cmds: |
37 | 36 |
- act --rm --action-offline-mode --secret-file .secrets {{.CLI_ARGS}} |
--- flake.nix
+++ flake.nix
... | ... | @@ -20,7 +20,6 @@ |
20 | 20 |
act |
21 | 21 |
ffmpeg-full |
22 | 22 |
go-task |
23 |
- lsyncd |
|
24 | 23 |
parallel |
25 | 24 |
pre-commit |
26 | 25 |
pv |
--- lsyncd.conf
... | ... | @@ -1,20 +0,0 @@ |
1 | -local host = os.getenv("SERVER_HOST") | |
2 | -local dir = io.popen("basename $(pwd)"):read("*a"):gsub("\n", "") | |
3 | - | |
4 | -settings { | |
5 | - nodaemon = true | |
6 | -} | |
7 | - | |
8 | -sync { | |
9 | - default.rsyncssh, | |
10 | - source = ".", | |
11 | - delay = 0, | |
12 | - host = host, | |
13 | - targetdir = dir, | |
14 | - excludeFrom = ".gitignore", | |
15 | - exclude = { ".git" }, | |
16 | - rsync = { | |
17 | - archive = true, -- preserves permissions, symlinks, etc. | |
18 | - compress = true, | |
19 | - } | |
20 | -} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?