[Erp5-report] r40918 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 30 13:19:21 CET 2010


Author: luke
Date: Tue Nov 30 13:19:21 2010
New Revision: 40918

URL: http://svn.erp5.org?rev=40918&view=rev
Log:
 - offline is default way to run instance buildout, so put it in profile

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=40918&r1=40917&r2=40918&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Tue Nov 30 13:19:21 2010
@@ -111,6 +111,7 @@ $ cat > buildout.cfg                    
 
 [buildout]
 extends-cache = instance-profiles/extends-cache
+offline = true                              # !!
 extends =
   profiles/development-2.12.cfg
   instance-profiles/software-home.inc
@@ -123,10 +124,12 @@ parts =
 $ ~/erp5.buildout/bin/bootstrap2.6      # 4
 $ bin/buildout -ov         # 5
 
-Notice how we managed to run buildout in "offline-mode" (-o). The software-home
-configuration (along with the 'extends-cache' in the 'instance-profiles'
-symlink) provides all the information and components that would otherwise have
-to be downloaded.
+Notice how we managed to run buildout in "offline-mode" (offline statement with
+!! above).
+
+The software-home configuration (along with the 'extends-cache' in the
+'instance-profiles' symlink) provides all the information and components that
+would otherwise have to be downloaded.
 
 The steps above generate instance configurations for mysql and the
 OpenOffice.org document conversion daemon. We need mysql, in particular,



More information about the Erp5-report mailing list