]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Deprecate and no-op --rsync.strategy
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 30 Jun 2023 20:02:25 +0000 (14:02 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 30 Jun 2023 22:54:53 +0000 (16:54 -0600)
commitb90890377f40f36da32f3c46af23cc8ce2be4fe8
treed10a37439e79e0efbdbe173ffc0dd0429a90e28b
parent58e95976afcc2b2a84d7e6f6ed7f5ef5d95b68a4
Deprecate and no-op --rsync.strategy

Only STRICT synchronizations are allowed now.

This orphans --rsync.arguments-recursive, so it has been deprecated and
no-op'd as well.

Fixes #80.
13 files changed:
examples/config.json
man/fort.8
src/Makefile.am
src/config.c
src/config.h
src/config/rsync_strategy.c [deleted file]
src/config/rsync_strategy.h [deleted file]
src/object/certificate.c
src/object/tal.c
src/rsync/rsync.c
src/rsync/rsync.h
test/mock.c
test/rsync_test.c