view MANIFEST.in @ 1076:db71228a4c23 beta

moved statistics parse_limit into .ini files decreased celery max task per child to 1 for better memory usage stats task take usage of new slice option of repository
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 24 Feb 2011 23:44:21 +0100
parents 62a9c5aeb5ec
children ee3a5a5f66bf 42e53ebb6288
line wrap: on
line source

include rhodecode/config/deployment.ini_tmpl
include rhodecode/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include rhodecode/i18n/ *

#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
include rhodecode/public/js/yui2a.js
include rhodecode/public/js/excanvas.min.js
include rhodecode/public/js/yui.flot.js
include rhodecode/public/js/graph.js
#templates
recursive-include rhodecode/templates *