Commit 29411769 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Provide a way to create a mandriva RPM in a single command.

Far from being perfect.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32669 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 02e80d87
......@@ -15,3 +15,6 @@ assert-python2.4: bin/python2.4
bin/python2.4 -c 'import dbm'
bin/python2.4 -c 'import xml.parsers.expat'
bin/python2.4 -c 'import zlib'
create-mandriva2010-rpm: bin/buildout
bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm
......@@ -44,3 +44,8 @@ svnpath = https://svn.erp5.org/repos/public/erp5/trunk/buildout
# only a helper variable
base = erp5-official-buildout-mandriva2010.spec
[create-rpm]
recipe = plone.recipe.command
command = sudo rpmbuild -bb ${erp5-official-buildout:output}
update_command = ${:command}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment