Merge "Make makemessage ignore option work with Django 1.6"

This commit is contained in:
Jenkins 2014-03-27 16:53:45 +00:00 committed by Gerrit Code Review
commit a56db2f9fa

View File

@ -369,7 +369,7 @@ function run_integration_tests {
function run_makemessages {
OPTS="-l en --no-obsolete"
DASHBOARD_OPTS="--extension=html,txt,csv --ignore=openstack/common/*"
DASHBOARD_OPTS="--extension=html,txt,csv --ignore=openstack"
echo -n "horizon: "
cd horizon
${command_wrapper} $root/manage.py makemessages $OPTS