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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos
Commits
02ece47d
Commit
02ece47d
authored
Dec 02, 2019
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
4676141b
a23a55dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
software/slaprunner/test/test.py
software/slaprunner/test/test.py
+1
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+10
-0
stack/slapos.cfg
stack/slapos.cfg
+1
-1
No files found.
software/slaprunner/test/test.py
View file @
02ece47d
...
...
@@ -309,6 +309,7 @@ class TestCustomFrontend(SlaprunnerTestCase):
def
test
(
self
):
parameter_dict
=
self
.
computer_partition
.
getConnectionParameterDict
()
# slapproxy returns the backend URL when requesting a slave frontend
self
.
assertEqual
(
parameter_dict
[
'custom-frontend-url'
],
'https://www.erp5.com'
)
stack/erp5/buildout.cfg
View file @
02ece47d
...
...
@@ -517,6 +517,9 @@ eggs = ${neoppod:eggs}
networkx
# Needed for checking ZODB Components source code
pylint
jedi
yapf
typing
pytracemalloc
xlrd
...
...
@@ -828,3 +831,10 @@ responses = 0.10.6
# Required by:
# responses = 0.10.6
cookies = 2.2.1
jedi = 0.15.1
parso = 0.5.1
yapf = 0.28.0
typing = 3.7.4.1
stack/slapos.cfg
View file @
02ece47d
...
...
@@ -144,7 +144,7 @@ slapos.libnetworkcache = 0.19
slapos.rebootstrap = 4.2
slapos.recipe.build = 0.42
slapos.recipe.cmmi = 0.11
slapos.toolbox = 0.9
7
slapos.toolbox = 0.9
8
stevedore = 1.21.0
subprocess32 = 3.5.3
unicodecsv = 0.14.1
...
...
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