Merge "Initialize transifex data for openstack-manuals"

This commit is contained in:
Jenkins 2014-03-14 14:26:36 +00:00 committed by Gerrit Code Review
commit ce1717ca1c
2 changed files with 6 additions and 8 deletions

View File

@ -46,11 +46,10 @@ EOF
set -e set -e
fi fi
# no need to initialize transifex client # Initialize transifex client
# because there is an existing .tx folder in openstack-manuals tx init --host=https://www.transifex.com
# tx init --host=https://www.transifex.com
# generate pot one by one # Generate pot one by one
for FILE in ${DocFolder}/* for FILE in ${DocFolder}/*
do do
DOCNAME=${FILE#${DocFolder}/} DOCNAME=${FILE#${DocFolder}/}

View File

@ -26,11 +26,10 @@ fi
git config user.name "OpenStack Jenkins" git config user.name "OpenStack Jenkins"
git config user.email "jenkins@openstack.org" git config user.email "jenkins@openstack.org"
# no need to initialize transifex client, # Initialize transifex client
# because there is an existing .tx folder in openstack-manuals tx init --host=https://www.transifex.com
# tx init --host=https://www.transifex.com
# generate pot one by one # Generate pot one by one
for FILE in ${DocFolder}/* for FILE in ${DocFolder}/*
do do
DOCNAME=${FILE#${DocFolder}/} DOCNAME=${FILE#${DocFolder}/}