[Erp5-report] r42826 jm - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 31 15:19:16 CET 2011


Author: jm
Date: Mon Jan 31 15:19:16 2011
New Revision: 42826

URL: http://svn.erp5.org?rev=42826&view=rev
Log:
buildout: update 'products-deps' only in newest mode

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.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=42826&r1=42825&r2=42826&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Jan 31 15:19:16 2011
@@ -54,9 +54,11 @@ command =
   ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile &&
   ${git:location}/bin/git clone --quiet git://git.hforge.org/Localizer.git ${:location}/Localizer
 update-command =
-  ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile &&
-  cd ${:location}/Localizer &&
-  ${git:location}/bin/git pull --quiet
+  if ${buildout:newest}; then
+    ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile &&
+    cd ${:location}/Localizer &&
+    ${git:location}/bin/git pull --quiet
+  fi
 
 [eggs]
 recipe = zc.recipe.egg



More information about the Erp5-report mailing list