##// END OF EJS Templates
integrations: added branch_head into URL variables. This allow triggering more explicit...
integrations: added branch_head into URL variables. This allow triggering more explicit build on webhooks/jenkins. branch_head is the last commit of pushed branch so the build system doesn't have to figure it out itself. - in often updated projects without this explicit specified it could happen that the pushed braanch could change when CI systems fetches the code.

File last commit:

r2677:25d65914 default
r2864:9b105d43 stable
Show More
MANIFEST.in
51 lines | 1005 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
# 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/ProximaNova *
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 *