c740986599
Fixes bug 1103519 Following http://wiki.openstack.org/Translations to integrate transifex translation into quantum We added the empty file quantum/locale/quantum.pot to avoid the failure of the Jenkin's translation-jobs because git doesn't allow empty directory to be added into the repository. After this patch accepted, we need to do as below: 1. Make the transifex quantum project (https://www.transifex.com/projects/p/quantum/) as part of the openstack transifex project hub and give access to the transifex openstack Jenkins account. 2. Add the translation-jobs into openstack/openstack-ci-puppet for ceilometer. Change-Id: I329a8bdc51ed8a0e75399c592d3991b1ec06a855
32 lines
787 B
INI
32 lines
787 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
verbosity=2
|
|
detailed-errors=1
|
|
cover-package = quantum
|
|
cover-html = true
|
|
cover-erase = true
|
|
where=quantum/tests/unit
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = quantum/locale/quantum.pot
|
|
|
|
[compile_catalog]
|
|
directory = quantum/locale
|
|
domain = quantum
|
|
|
|
[update_catalog]
|
|
domain = quantum
|
|
output_dir = quantum/locale
|
|
input_file = quantum/locale/quantum.pot
|
|
|