[Erp5-report] r44657 luke - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 28 09:51:16 CEST 2011


Author: luke
Date: Mon Mar 28 09:51:15 2011
New Revision: 44657

URL: http://svn.erp5.org?rev=44657&view=rev
Log:
 - use --no-auth-cache to avoid playing with user's .subversion file

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg
    erp5/trunk/buildout/software-profiles/products-erp5.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=44657&r1=44656&r2=44657&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Mar 28 09:51:15 2011
@@ -48,7 +48,7 @@ stop-on-error = true
 # nor git. plone.recipe.command can do same job, but it is controllable which
 # binary will be used
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 command =

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=44657&r1=44656&r2=44657&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Mon Mar 28 09:51:15 2011
@@ -61,10 +61,10 @@ urls =
 
 [products-other]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet
 # dircty hack to support PluginRegistry/utils.py:17 assumption that products
 # are in Products folder
 # XXX: Zelenium was eggfied for recent zope versions (2.12) and are available at Bazaar.

Modified: erp5/trunk/buildout/software-profiles/products-erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/products-erp5.cfg?rev=44657&r1=44656&r2=44657&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] Mon Mar 28 09:51:15 2011
@@ -4,10 +4,10 @@ extends =
 
 [products-erp5]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:erp5_products_revision}
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet --revision ${versions:erp5_products_revision}
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 update-command = ${:command}
@@ -17,10 +17,10 @@ command =
 
 [products-erp5-development]
 # Recipe infrae.subversion is using svn command under the hood, but there is
-# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
+# no way to pass --trust-server-cert --non-interactive --no-auth-cache, so in 2.12 falvour
 # it is better to evaluate usage of provided subversion command
 recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:erp5_products_revision}
+svn_param =--trust-server-cert --non-interactive --no-auth-cache --quiet --revision ${versions:erp5_products_revision}
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 update-command = ${:command}



More information about the Erp5-report mailing list