Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
slapos.recipe.cmmi
Commits
dc5b5bac
Commit
dc5b5bac
authored
5 years ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
README: remove obsolete content
parent
ee3c8789
master
feat/integrity
0.21
0.20
0.19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
No related merge requests found
Pipeline
#6959
running with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
67 deletions
+0
-67
README.rst
README.rst
+0
-67
No files found.
README.rst
View file @
dc5b5bac
...
...
@@ -8,71 +8,4 @@ The recipe provides the means to compile and install source distributions
using ``configure`` and ``make`` and other similar tools. It is inspired by
the hexagonit.recipe.cmmi_ recipe but provides more control over the build process.
Use python 2.7 to run test, at least python 2.6 results in some
failures in the tests.py:
TypeError: failUnlessRaises() takes at least 3 arguments (2 given)
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 =
slapos.recipe.cmmi[test]
EOF
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
After source changed, run buildout to update eggs again:
::
bin/buildout -v -N
bin/test
Build dist/slapos.recipe.cmmi-0.2-py2.7.egg
::
bin/buildout setup setup.py bdist_egg
Build source package dist/slapos.recipe.cmmi-0.2.tar.gz
::
python setup.py sdist
Repository: http://git.erp5.org/gitweb/slapos.recipe.cmmi.git
Clone URL: git clone http://git.erp5.org/repos/slapos.recipe.cmmi.git
Issue tracker: None
Supported Python versions: 2.6, 2.7, 3.2, 3.3
Supported zc.buildout versions: 1.x, 2.x
Travis build: |travis|
.. |travis| image:: https://api.travis-ci.org/hexagonit/hexagonit.recipe.cmmi.png
.. _hexagonit.recipe.cmmi : http://pypi.python.org/pypi/hexagonit.recipe.cmmi
This diff is collapsed.
Click to expand it.
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