Package: radicale
Followup-For: Bug #829119

Hi

committing to git works here (radicale 2.1.11-2 and previous versions
from experimental).
python-dulwich / python3-dulwich is not needed anymore for this.

$ grep hook /etc/radicale/config
hook = ([ -d .git ] || git init) && ([ -e .gitignore ] || printf
'.Radicale.cache\n.Radicale.lock\n.Radicale.tmp-*\n' > .gitignore) &&
git add -A && (git diff --cached --quiet || git commit -m "Changes by
"%(user)s)

Whenever it didn't work here, it was because of messed up permissions
(although this is probably not the case for the submitter, I'd still
suggest a "chown -R radicale:radicale /var/lib/radicale").

Greets
jre

Reply via email to