Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Laurent S
erp5
Commits
dc5e6501
Commit
dc5e6501
authored
Jul 30, 2014
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5.util: Bugfix for erp5.util.testnode.__init__
parent
03341de8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
CHANGES.erp5.util.txt
CHANGES.erp5.util.txt
+8
-0
erp5/util/testnode/__init__.py
erp5/util/testnode/__init__.py
+1
-2
setup.py
setup.py
+1
-1
No files found.
CHANGES.erp5.util.txt
View file @
dc5e6501
Changes
=======
0.4.40 (2014-07-30)
-------------------
* erp5.util.testnode
- Bugfix for erp5/util/testnode/__init__.py [Rafael Monnerat]
0.4.39 (2014-07-30)
-------------------
...
...
erp5/util/testnode/__init__.py
View file @
dc5e6501
...
...
@@ -78,8 +78,7 @@ def main(*args):
'software_directory'
,
'proxy_port'
,
'git_binary'
,
'zip_binary'
,
'node_quantity'
,
'test_node_title'
,
'ipv4_address'
,
'ipv6_address'
,
'test_suite_master_url'
,
'slapgrid_partition_binary'
,
'slapgrid_software_binary'
,
'slapproxy_binary'
,
'httpd_ip'
,
'httpd_port'
,
'httpd_software_access_port'
,
'slapos_binary'
,
'httpd_ip'
,
'httpd_port'
,
'httpd_software_access_port'
,
'computer_id'
,
'server_url'
):
CONFIG
[
key
]
=
config
.
get
(
'testnode'
,
key
)
...
...
setup.py
View file @
dc5e6501
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.4.
39
'
version
=
'0.4.
40
'
name
=
'erp5.util'
long_description
=
open
(
"README.erp5.util.txt"
).
read
()
+
"
\
n
"
...
...
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