deab965eae
Fix tarball tag to be empty rather than a point. Really fixes bug 1131622. Change-Id: Idfbd3eb7f5e0fb855e3153ac465896652eb74343
28 lines
455 B
INI
28 lines
455 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = false
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = heat/locale
|
|
domain = heat
|
|
|
|
[update_catalog]
|
|
domain = heat
|
|
output_dir = heat/locale
|
|
input_file = heat/locale/heat.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = heat/locale/heat.pot
|
|
|
|
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|