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
Lu Xu
slapos
Commits
ed324985
Commit
ed324985
authored
Sep 13, 2017
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
Update release candidate
parents
c3d6ba96
73f8f3e5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
9 deletions
+17
-9
CHANGES.rst
CHANGES.rst
+6
-0
component/libxml2/buildout.cfg
component/libxml2/buildout.cfg
+2
-2
component/libxslt/buildout.cfg
component/libxslt/buildout.cfg
+6
-4
setup.py
setup.py
+1
-1
stack/slapos.cfg
stack/slapos.cfg
+2
-2
No files found.
CHANGES.rst
View file @
ed324985
Changes
=======
1.0.53 (2017-09-13)
-------------------
* check_port_listening: workaround for sheband limitation, reduce to a single file
* erp5.test: pass new --conversion_server_url option to runUnitTest
1.0.52 (2017-07-04)
-------------------
...
...
component/libxml2/buildout.cfg
View file @
ed324985
...
...
@@ -11,8 +11,8 @@ parts =
[libxml2]
recipe = slapos.recipe.cmmi
url = http://xmlsoft.org/sources/libxml2-2.9.
4
.tar.gz
md5sum =
ae249165c173b1ff386ee8ad676815f5
url = http://xmlsoft.org/sources/libxml2-2.9.
5
.tar.gz
md5sum =
5ce0da9bdaa267b40c4ca36d35363b8b
configure-options =
--disable-static
--without-python
...
...
component/libxslt/buildout.cfg
View file @
ed324985
...
...
@@ -7,8 +7,8 @@ parts =
libxslt
[libxslt]
url = ftp://xmlsoft.org/libxslt/libxslt-1.1.
29
.tar.gz
md5sum =
a129d3c44c022de3b9dcf6d6f288d72e
url = ftp://xmlsoft.org/libxslt/libxslt-1.1.
30
.tar.gz
md5sum =
70becbbcb1dad55f14de0b84171b91d5
recipe = slapos.recipe.cmmi
configure-options =
--disable-static
...
...
@@ -18,5 +18,7 @@ configure-options =
--without-debug
--without-debugger
environment =
CPPFLAGS=-I${zlib:location}/include -I${libxml2:location}/include
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LIBXML_CFLAGS=-I${libxml2:location}/include
LIBXML_LIBS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib
setup.py
View file @
ed324985
...
...
@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'1.0.5
2
'
version
=
'1.0.5
3
'
name
=
'slapos.cookbook'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.rst"
).
read
()
+
"
\
n
"
...
...
stack/slapos.cfg
View file @
ed324985
...
...
@@ -135,7 +135,7 @@ pytz = 2016.10
requests = 2.13.0
setuptools = 33.1.1
six = 1.10.0
slapos.cookbook = 1.0.5
2
slapos.cookbook = 1.0.5
3
slapos.core = 1.4.0
slapos.extension.strip = 0.4
slapos.libnetworkcache = 0.15
...
...
@@ -164,7 +164,7 @@ functools32 = 3.2.3.post2
ipaddress = 1.0.18
# Required by:
# slapos.cookbook==1.0.5
2
# slapos.cookbook==1.0.5
3
jsonschema = 2.6.0
# Required by:
...
...
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