comparison scripts/generate-ini.py @ 6377:d89d586b26ae

Merge stable
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 24 Dec 2016 00:34:38 +0100
parents f973b866fffc
children 213085032127
comparison
equal deleted inserted replaced
6376:dc94e662ee74 6377:d89d586b26ae
12 12
13 # the mako conditionals used in all other ini files and templates 13 # the mako conditionals used in all other ini files and templates
14 selected_mako_conditionals = set([ 14 selected_mako_conditionals = set([
15 "database_engine == 'sqlite'", 15 "database_engine == 'sqlite'",
16 "http_server == 'waitress'", 16 "http_server == 'waitress'",
17 "error_aggregation_service == 'errormator'", 17 "error_aggregation_service == 'appenlight'",
18 "error_aggregation_service == 'sentry'", 18 "error_aggregation_service == 'sentry'",
19 ]) 19 ])
20 20
21 # the mako variables used in all other ini files and templates 21 # the mako variables used in all other ini files and templates
22 mako_variable_values = { 22 mako_variable_values = {