[Checkins] SVN: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/ Pick up most recent changes in fanstatic.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Jan 18 10:26:44 EST 2011


Log message for revision 119652:
  Pick up  most recent changes in fanstatic.

Changed:
  U   grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl
  U   grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/debug.ini.in_tmpl
  U   grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl

-=-
Modified: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl	2011-01-18 15:21:38 UTC (rev 119651)
+++ grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/buildout.cfg_tmpl	2011-01-18 15:26:44 UTC (rev 119652)
@@ -34,9 +34,11 @@
 always-checkout = true
 auto-checkout = grok
                 grokui.admin
+                fanstatic
 
 [sources]
 grok = svn http://svn.zope.org/repos/main/grok/trunk
+fanstatic = hg http://bitbucket.org/fanstatic/fanstatic
 
 [versions]
 # Override versions here.

Modified: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/debug.ini.in_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/debug.ini.in_tmpl	2011-01-18 15:21:38 UTC (rev 119651)
+++ grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/debug.ini.in_tmpl	2011-01-18 15:26:44 UTC (rev 119652)
@@ -17,8 +17,8 @@
 
 [filter:fanstatic]
 use = egg:fanstatic#fanstatic
-devmode = $${zope_conf_debug:devmode}
 hashing = true
+recompute_hashes = true
 
 [app:grok]
 use = egg:grokcore.startup#debug

Modified: grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-18 15:21:38 UTC (rev 119651)
+++ grokproject/branches/janjaapdriessen-fanstatic/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-18 15:26:44 UTC (rev 119652)
@@ -18,11 +18,11 @@
 
 [filter:fanstatic]
 use = egg:fanstatic#fanstatic
-devmode = $${zope_conf_deploy:devmode}
 bottom = true
 hashing = true
 mode = minified
 rollup = true
+recompute_hashes = false
 
 [app:grok]
 use = egg:grokcore.startup



More information about the checkins mailing list