Commit 1de0d224 authored by Łukasz Nowak's avatar Łukasz Nowak

- buildout does not accept inline comments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8c634e7
......@@ -111,7 +111,8 @@ $ cat > buildout.cfg # 3
[buildout]
extends-cache = instance-profiles/extends-cache
offline = true # !!
# Default run buildout in offline mode.
offline = true
extends =
profiles/development-2.12.cfg
instance-profiles/software-home.inc
......@@ -124,9 +125,6 @@ parts =
$ ~/erp5.buildout/bin/bootstrap2.6 # 4
$ bin/buildout -v # 5
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.
......
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