[Erp5-report] r32559 luke - in /erp5/trunk/buildout: ./ profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 15 17:20:20 CET 2010


Author: luke
Date: Mon Feb 15 17:20:20 2010
New Revision: 32559

URL: http://svn.erp5.org?rev=32559&view=rev
Log:
 - rename profile to follow distribution name
 - extend README with usage

Added:
    erp5/trunk/buildout/profiles/mandriva2010.0.cfg
      - copied unchanged from r32558, erp5/trunk/buildout/profiles/mandriva2010.cfg
Removed:
    erp5/trunk/buildout/profiles/mandriva2010.cfg
Modified:
    erp5/trunk/buildout/README.txt

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=32559&r1=32558&r2=32559&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Mon Feb 15 17:20:20 2010
@@ -36,3 +36,14 @@
    /usr/lib*/python*/config/Makefile have to be delivered by system package)
  * svn client (to checkout buildout)
 
+Distribution helpers
+--------------------
+
+In profiles directory there are profiles to help with preparation of used
+distributions.
+
+To prepare Mandriva 2010.0 please type, after bootstrapping:
+
+  bin/buildout -c profiles/mandriva2010.0.cfg install dependency
+
+sudo is used internally.

Removed: erp5/trunk/buildout/profiles/mandriva2010.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/mandriva2010.cfg?rev=32558&view=auto
==============================================================================
--- erp5/trunk/buildout/profiles/mandriva2010.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/mandriva2010.cfg (removed)
@@ -1,8 +1,0 @@
-[buildout]
-parts =
-
-[dependency]
-recipe = plone.recipe.command
-package_list = gcc gcc-c++ libncurses-devel libopenssl-devel libjpeg-devel libtermcap-devel make subversion-tools svn zlib1-devel
-command = sudo urpmi ${:package_list}
-update_command = ${:command}




More information about the Erp5-report mailing list