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
Aurélien Vermylen
slapos
Commits
687bfe61
Commit
687bfe61
authored
Oct 23, 2017
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitor status-promise: fix url of result file
parent
d49efea0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stack/monitor/buildout.hash.cfg
stack/monitor/buildout.hash.cfg
+1
-1
stack/monitor/instance-monitor.cfg.jinja2.in
stack/monitor/instance-monitor.cfg.jinja2.in
+1
-1
No files found.
stack/monitor/buildout.hash.cfg
View file @
687bfe61
...
...
@@ -15,4 +15,4 @@
# not need these here).
[monitor2-template]
filename = instance-monitor.cfg.jinja2.in
md5sum =
1bfd846dbfefbefde42b117676f82e1e
md5sum =
8ec30221c7560cab83ab879f9e9ff1f5
stack/monitor/instance-monitor.cfg.jinja2.in
View file @
687bfe61
...
...
@@ -374,7 +374,7 @@ input = inline:#!/bin/sh
if [ -f "${:error-log-file}" ]; then
ln -sf ${:error-log-file} $BUILDOUT_LOG
>&2 echo "Buildout failed to process partition ${slap-connection:partition-id}"
>&2 echo "More info can be found here: ${monitor-base:base-url}/log/
.
slapgrid-${slap-connection:partition-id}-error.log"
>&2 echo "More info can be found here: ${monitor-base:base-url}/log/slapgrid-${slap-connection:partition-id}-error.log"
exit 1
fi
output = ${monitor-directory:promises}/buildout-${slap-connection:partition-id}-status
...
...
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