Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
718900f2
Commit
718900f2
authored
Aug 18, 2015
by
Tatuya Kamada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: Fix disabling repozo backup when backup-periodiciy='never'.
parent
a9e6e1c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/instance-zeo.cfg.in
stack/erp5/instance-zeo.cfg.in
+2
-0
No files found.
stack/erp5/buildout.cfg
View file @
718900f2
...
@@ -301,7 +301,7 @@ md5sum = ff8ecdc258e2529b3979fd6596a27b95
...
@@ -301,7 +301,7 @@ md5sum = ff8ecdc258e2529b3979fd6596a27b95
[template-zeo]
[template-zeo]
< = download-base
< = download-base
filename = instance-zeo.cfg.in
filename = instance-zeo.cfg.in
md5sum =
9670cf63099e2c520017a23defff51a4
md5sum =
d1cf938074b4b2f407122a40991bfef2
[template-zope]
[template-zope]
< = download-base
< = download-base
...
...
stack/erp5/instance-zeo.cfg.in
View file @
718900f2
...
@@ -119,6 +119,7 @@ tidstorage-ip =
...
@@ -119,6 +119,7 @@ tidstorage-ip =
tidstorage-port =
tidstorage-port =
{% endif -%}
{% endif -%}
{% if len(known_tid_storage_identifier_dict) > 1 -%}
# Used for ERP5 resiliency or (more probably)
# Used for ERP5 resiliency or (more probably)
# webrunner resiliency with erp5 inside.
# webrunner resiliency with erp5 inside.
[{{ section("resiliency-exclude-file") }}]
[{{ section("resiliency-exclude-file") }}]
...
@@ -170,6 +171,7 @@ input = inline: #!/bin/sh
...
@@ -170,6 +171,7 @@ input = inline: #!/bin/sh
exit $EXIT_CODE
exit $EXIT_CODE
output = ${directory:srv}/runner-import-restore
output = ${directory:srv}/runner-import-restore
mode = 755
mode = 755
{% endif -%}
[directory]
[directory]
recipe = slapos.cookbook:mkdirectory
recipe = slapos.cookbook:mkdirectory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment