Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
5778ad17
Commit
5778ad17
authored
Jan 03, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
erp5-show: support Zope 4 HTML content
See merge request
nexedi/slapos.package!190
parents
4bfa26d7
2d8410f1
Pipeline
#32028
running with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
playbook/roles/standalone-shared/files/erp5-show
playbook/roles/standalone-shared/files/erp5-show
+3
-1
No files found.
playbook/roles/standalone-shared/files/erp5-show
View file @
5778ad17
...
...
@@ -147,7 +147,9 @@ def status():
try
:
r1
=
urllib
.
request
.
urlopen
(
frontend
,
context
=
ctx
)
if
b'Zope Management Interface'
in
r1
.
read
():
r1_content
=
r1
.
read
()
if
b'Zope Management Interface'
in
r1_content
or
\
(
b'Zope'
in
r1_content
and
b'Auto-generated default page'
in
r1_content
):
connected
=
True
else
:
print
(
'URL %s ready, but does not reply with Zope'
%
frontend
)
...
...
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