Commit Graph

923 Commits

Author SHA1 Message Date
Daniel Poelzleithner
5024235cd9
Merge pull request #732 from ringlej/fix-man-install
Fix install of man page
2024-11-27 16:08:55 +01:00
Daniel Poelzleithner
7e936f14c6
Merge pull request #722 from liyishuai/patch-1
cmake: link with dl
2024-11-27 16:07:13 +01:00
Daniel Poelzleithner
e5adb46d0c
Merge pull request #704 from lrh3321/master
fix some syntax problems
2024-11-27 16:06:31 +01:00
Daniel Poelzleithner
46f11ffca3
Merge pull request #703 from j13k/typo-and-grammar-fixes
Update index.md
2024-11-27 16:05:42 +01:00
Jon Ringle
4c259702b1 Fix install of man page
When doing the normal build as:
```
mkdir build
cd build
cmake ..
make
sudo make install
```
The `sudo make install` will fail with:
```
CMake Error at cmake_install.cmake:70 (file):
  file INSTALL cannot find
  "/home/jringle/git/lsyncd/lsyncd/build/man/lsyncd.1": No such file or
  directory.
```

This is because the manpage target isn't built by default and the install
requires it.
2024-06-22 11:01:59 -04:00
Yishuai Li
33d77b0591
cmake: link with dl 2024-01-22 16:34:00 +08:00
lrh3321
412bfb9e99 fix some syntax problems 2023-05-08 16:27:56 +08:00
John Fitzpatrick
7af1545264 Update index.md
Minor typo and grammar fixes.
2023-04-19 10:36:02 +10:00
Daniel Poelzleithner
e1e13503b2 Use github discussions 2023-03-03 14:37:43 +01:00
Daniel Poelzleithner
95a2c2fca2 Update docs and build manpage on build process 2023-03-03 14:25:46 +01:00
Daniel Poelzleithner
5d3e0fe417
Merge pull request #697 from jandsu/patch-1
Added the 'filter' parameter to the manual
2023-03-03 13:07:56 +01:00
Jan Vorwerk
77f5a61bab Added the 'filter' parameter to the manual
According to
https://github.com/lsyncd/lsyncd/issues/510#issuecomment-390921153
2023-03-03 08:29:42 +01:00
Daniel Poelzleithner
3872ca77ac Check ssh arguments and issue warning 2023-03-02 18:45:58 +01:00
Daniel Poelzleithner
a4556b835f Fix spacing/wording 2023-03-02 17:22:01 +01:00
Daniel Poelzleithner
d4fc88ba10 Update README
- write about 2 way sync
- more alternatives
2023-02-28 19:22:00 +01:00
Daniel Poelzleithner
dd48284cd0 fix changelog dates 2022-11-17 15:43:48 +01:00
Daniel Poelzleithner
6d59f16140 release 2.3.1 2022-11-17 02:22:35 +01:00
Daniel Poelzleithner
e831ad6945 check alarm for type first. fixes #679 2022-11-11 20:05:09 +01:00
Daniel Poelzleithner
d779eb434f Allow lsyncd to be build in the source folder without breaking. Not recommended 2022-11-11 19:32:09 +01:00
Daniel Poelzleithner
818fd4115f also test executable files 2022-11-11 19:00:26 +01:00
Daniel Poelzleithner
f4c15496dc fix cron test 2022-11-11 18:26:57 +01:00
Daniel Poelzleithner
96a6276440 disable lua 5.4.4 due segfault on luac invocation 2022-11-11 18:05:50 +01:00
Daniel Poelzleithner
5096f27bbd Fix more warnings from static code analysis 2022-11-11 15:27:21 +01:00
Daniel Poelzleithner
945b57d8fb Add Cron test 2022-11-11 15:11:09 +01:00
Daniel Poelzleithner
787b2b0015 fix static code analysis warnings, typos 2022-11-10 04:21:17 +01:00
Daniel Poelzleithner
e09b58b721 Fix wrong arguments for Sync:appendFilter proxy function 2022-11-09 22:44:04 +01:00
Daniel Poelzleithner
9b81bb1785 fix dump for more complex structures 2022-11-09 22:41:04 +01:00
Daniel Poelzleithner
cda98d6ba9 add Queue.inject, test Queue, bugfixes in remove() 2022-11-09 15:22:58 +01:00
Daniel Poelzleithner
daa8abb4cf nix: extract version from lsyncd.lua 2022-11-08 13:27:20 +01:00
Daniel Poelzleithner
7604dd0e16 cmake: extract lsyncd version from lsyncd.lua 2022-10-31 14:36:39 +01:00
Daniel Poelzleithner
e371078222 update nix locks 2022-10-28 15:12:54 +02:00
Daniel Poelzleithner
a2f7df504c bump version 2022-10-28 15:12:41 +02:00
Daniel Poelzleithner
e08685cfd6 Search crontab library with different names 2022-10-28 14:08:00 +02:00
Daniel Poelzleithner
1eb8a83500 Print version in debug and help messages 2022-10-28 14:07:17 +02:00
Daniel Poelzleithner
e6f3427c5f reduce required cmake version to 3.5 2022-06-30 11:43:12 +02:00
Daniel Poelzleithner
f02bf700c1 bump version to 2.3.0 2022-06-07 23:26:04 +02:00
Daniel Poelzleithner
6c8a3c2490 don't fail fast in CI 2022-06-07 22:30:51 +02:00
Daniel Poelzleithner
82f9f27172 Add proper compatibilty wrappers for 5.1 2022-06-07 22:28:30 +02:00
Daniel Poelzleithner
63f506582a fix ci 2022-06-07 11:12:48 +02:00
Daniel Poelzleithner
18008e1d15 enable more versions 2022-06-03 07:08:18 +02:00
Daniel Poelzleithner
dd84b2e6b6 lua 5.4 fixes 2022-06-03 07:07:08 +02:00
Daniel Poelzleithner
8c71941f9c Remove old debug prints, fix error() calls 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
c84e3d0e05 fix compile warning about write() return code 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
c5514e0451 Document crontab support 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
e94edac51e Update docs 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
f244405bce Use ^ instead of ${} syntax in commandSubstitution as well 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
5b8fa2deda don't export splitQuotedString 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
f2272f1aa7 Support tunnel command as string 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
867a3cec8e Add debug function 2022-06-03 06:45:38 +02:00
Daniel Poelzleithner
22259eee49 Add rsync tunnel example 2022-06-03 06:45:38 +02:00