[Checkins] SVN: grokproject/trunk/ default behavior in buildout.cfg: 'unzip = true'

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Nov 1 12:14:23 EDT 2010


Log message for revision 118061:
  default behavior in buildout.cfg: 'unzip = true'

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2010-11-01 15:56:10 UTC (rev 118060)
+++ grokproject/trunk/CHANGES.txt	2010-11-01 16:14:23 UTC (rev 118061)
@@ -1,10 +1,10 @@
 Changes
 =======
 
-2.2 (unreleased)
+3.0 (unreleased)
 ----------------
 
-- Nothing changed yet.
+- `unzip=true` default behavior in buildout.cfg.
 
 
 2.1 (2010-10-26)

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-11-01 15:56:10 UTC (rev 118060)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-11-01 16:14:23 UTC (rev 118061)
@@ -4,6 +4,7 @@
 find-links = ${find_links_url}
 include-site-packages = false
 develop = .
+unzip = true
 parts =
     app
     debug_ini



More information about the checkins mailing list