From 2da8eb7f103c718caa25b2e7f4dc808235818dd6 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 29 Jan 2016 06:53:54 +0900 Subject: [PATCH] Use new translation setup for all horizon plugin repos New django translation setup scripts can applied to all horizon related repositories. The exceptions are horizon and django_openstack_auth. This fixes the failure in the re-enabled trove-dashboard translation jobs. We should do this before re-enabling it. Change-Id: I90015ccf531db9f62a54d5b5c022886798db73be Story: 2000452 --- jenkins/scripts/propose_translation_update.sh | 4 ++-- jenkins/scripts/upstream_translation_update.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins/scripts/propose_translation_update.sh b/jenkins/scripts/propose_translation_update.sh index 856eed40da..5d50cc9a51 100755 --- a/jenkins/scripts/propose_translation_update.sh +++ b/jenkins/scripts/propose_translation_update.sh @@ -209,8 +209,8 @@ case "$PROJECT" in setup_horizon "$ZANATA_VERSION" propose_horizon ;; - # Test of translation setup improvement - murano-dashboard|magnum-ui|python-neutronclient|python-novaclient) + # New setup: all dashboard plugin repositories plus others + *-dashboard|*-ui|*-horizon|python-neutronclient|python-novaclient) # ---- Python projects ---- # NOTE: At now POT file == $modulename/locale/$modulename.pot # so this script works. diff --git a/jenkins/scripts/upstream_translation_update.sh b/jenkins/scripts/upstream_translation_update.sh index 730cb0c960..27cf85565e 100755 --- a/jenkins/scripts/upstream_translation_update.sh +++ b/jenkins/scripts/upstream_translation_update.sh @@ -54,8 +54,8 @@ case "$PROJECT" in setup_horizon "$ZANATA_VERSION" ./run_tests.sh --makemessages -V ;; - # Test of translation setup improvement - murano-dashboard|magnum-ui|python-neutronclient|python-novaclient) + # New setup: all dashboard plugin repositories plus others + *-dashboard|*-ui|*-horizon|python-neutronclient|python-novaclient) # ---- Python projects ---- # NOTE: At now POT file == $modulename/locale/$modulename.pot # so this script works.