##// END OF EJS Templates
cached-commits: updated logic on cached commit updates....
cached-commits: updated logic on cached commit updates. - for repositories we ensure that damaged/empty repositories have initial data instead of now (bug) - for groups we only update based on first set of data inside a group without iterating to nested objects. This new logic goes in sync with new update task of groups with automation.

File last commit:

r3164:9a2c9ca9 default
r4162:5cadc4f9 default
Show More
MANIFEST.in
52 lines | 995 B | text/plain | TextLexer
# top level files
include MANIFEST.in
include README.rst
include CHANGES.rst
include LICENSE.txt
include rhodecode/VERSION
# docs
recursive-include docs *
# all config files
recursive-include configs *
# translations
recursive-include rhodecode/i18n *
# non-python core stuff
recursive-include rhodecode *.cfg
recursive-include rhodecode *.json
recursive-include rhodecode *.ini_tmpl
recursive-include rhodecode *.sh
recursive-include rhodecode *.mako
# 502 page
include rhodecode/public/502.html
# robots
include rhodecode/public/robots.txt
# images, css
include rhodecode/public/css/*.css
include rhodecode/public/images/*.*
include rhodecode/public/images/ee_features/*.*
# sound files
include rhodecode/public/sounds/*.mp3
include rhodecode/public/sounds/*.wav
# fonts
recursive-include rhodecode/public/fonts/RCIcons *
# js
recursive-include rhodecode/public/js *
# templates
recursive-include rhodecode/templates *
# skip any tests files
recursive-exclude rhodecode/tests *