Commit 7f65bc0a authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5: fix resilient runner exclude path

parent 69158ae2
...@@ -310,7 +310,7 @@ md5sum = 0b50370b706f5073e5e63312d0e6dbc5 ...@@ -310,7 +310,7 @@ md5sum = 0b50370b706f5073e5e63312d0e6dbc5
[template-zeo] [template-zeo]
< = download-base < = download-base
filename = instance-zeo.cfg.in filename = instance-zeo.cfg.in
md5sum = 9670cf63099e2c520017a23defff51a4 md5sum = 5e2f78cb0618dc26889a5982c2fc91d9
[template-zope] [template-zope]
< = download-base < = download-base
......
...@@ -124,7 +124,7 @@ tidstorage-port = ...@@ -124,7 +124,7 @@ tidstorage-port =
[{{ section("resiliency-exclude-file") }}] [{{ section("resiliency-exclude-file") }}]
# Generate rdiff exclude file # Generate rdiff exclude file
recipe = collective.recipe.template recipe = collective.recipe.template
input = inline: {{ default_zodb_path }}/** input = inline: srv/zodb/**
output = ${directory:srv}/exporter.exclude output = ${directory:srv}/exporter.exclude
[{{ section("resiliency-after-import-script") }}] [{{ section("resiliency-after-import-script") }}]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment