Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.cmmi
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
Xavier Thompson
slapos.recipe.cmmi
Commits
98d93463
Commit
98d93463
authored
Nov 09, 2016
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix RST syntax.
parent
3e54ec0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
22 deletions
+32
-22
README.rst
README.rst
+32
-22
No files found.
README.rst
View file @
98d93463
...
...
@@ -15,41 +15,51 @@ failures in the tests.py:
First, we make test environments:
cd slapos.recipe.cmmi
wget http://downloads.buildout.org/2/bootstrap.py
wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
cat <<EOF > buildout.cfg
[buildout]
develop = .
parts = test
prefix = /tmp/test
[test]
recipe = zc.recipe.testrunner
eggs =
::
cd slapos.recipe.cmmi
wget http://downloads.buildout.org/2/bootstrap.py
wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
cat <<EOF > buildout.cfg
[buildout]
develop = .
parts = test
prefix = /tmp/test
[test]
recipe = zc.recipe.testrunner
eggs =
slapos.recipe.cmmi[test]
EOF
EOF
python -S bootstrap.py --version 1.7.0
bin/buildout
python -S bootstrap.py --version 1.7.0
bin/buildout
It will generate script bin/test, run it to do all the testcases:
bin/test
::
bin/test
After source changed, run buildout to update eggs again:
bin/buildout -v -N
bin/test
::
bin/buildout -v -N
bin/test
Build dist/slapos.recipe.cmmi-0.2-py2.7.egg
bin/buildout setup setup.py bdist_egg
::
bin/buildout setup setup.py bdist_egg
Build source package dist/slapos.recipe.cmmi-0.2.tar.gz
python setup.py sdist
::
python setup.py sdist
Repository: http://git.erp5.org/gitweb/slapos.recipe.cmmi.git
...
...
@@ -65,4 +75,4 @@ Travis build: |travis|
.. |travis| image:: https://api.travis-ci.org/hexagonit/hexagonit.recipe.cmmi.png
.. _
zc.recipe.cmmi : http://pypi.python.org/pypi/zc
.recipe.cmmi
.. _
hexagonit.recipe.cmmi : http://pypi.python.org/pypi/hexagonit
.recipe.cmmi
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