From 70fc436c352c587c06925976e4da47f96610f56d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 12 Mar 2014 08:13:58 +0100 Subject: [PATCH] Initialize transifex data for openstack-manuals Maintaining transifix in git causes some problems, we're removing it now from openstack-manuals and thus need to initialize it here. The manuals change at https://review.openstack.org/#/c/79859 is waiting for this to go in. Change-Id: I1bc1e1ae0f25ce5d88a70cdbab2541c8a52ddd78 --- .../slave_scripts/propose_translation_update_manuals.sh | 7 +++---- .../slave_scripts/upstream_translation_update_manuals.sh | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/jenkins/files/slave_scripts/propose_translation_update_manuals.sh b/modules/jenkins/files/slave_scripts/propose_translation_update_manuals.sh index 4978606f6f..5e9815fe07 100755 --- a/modules/jenkins/files/slave_scripts/propose_translation_update_manuals.sh +++ b/modules/jenkins/files/slave_scripts/propose_translation_update_manuals.sh @@ -46,11 +46,10 @@ EOF set -e fi -# no need to initialize transifex client -# because there is an existing .tx folder in openstack-manuals -# tx init --host=https://www.transifex.com +# Initialize transifex client +tx init --host=https://www.transifex.com -# generate pot one by one +# Generate pot one by one for FILE in ${DocFolder}/* do DOCNAME=${FILE#${DocFolder}/} diff --git a/modules/jenkins/files/slave_scripts/upstream_translation_update_manuals.sh b/modules/jenkins/files/slave_scripts/upstream_translation_update_manuals.sh index 24c076877a..23bc06764d 100755 --- a/modules/jenkins/files/slave_scripts/upstream_translation_update_manuals.sh +++ b/modules/jenkins/files/slave_scripts/upstream_translation_update_manuals.sh @@ -26,11 +26,10 @@ fi git config user.name "OpenStack Jenkins" git config user.email "jenkins@openstack.org" -# no need to initialize transifex client, -# because there is an existing .tx folder in openstack-manuals -# tx init --host=https://www.transifex.com +# Initialize transifex client +tx init --host=https://www.transifex.com -# generate pot one by one +# Generate pot one by one for FILE in ${DocFolder}/* do DOCNAME=${FILE#${DocFolder}/}