Use defaults with tx init to run noninteractively.

tx init run without options expects one interactive value to be set.
Specify this host value with a command line option so that tx init can
run non interactively.

Change-Id: Ifc90fdefc0089924ee769cc1dc5db16f9e6a8804
Reviewed-on: https://review.openstack.org/12803
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-09-11 10:00:31 -07:00 committed by Jenkins
parent 3e23f97451
commit 1f0386fc0a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ if [ "x${previous}" != "x" ] ; then
fi
# initialize transifex client
tx init
tx init --host=https://www.transifex.com
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot --execute
# Pull all upstream translations

View File

@ -11,7 +11,7 @@ git config user.name "OpenStack Jenkins"
git config user.email "jenkins@openstack.org"
# initialize transifex client
tx init
tx init --host=https://www.transifex.com
tx set --auto-local -r ${PROJECT}.${PROJECT}-translations "${PROJECT}/locale/<lang>/LC_MESSAGES/${PROJECT}.po" --source-lang en --source-file ${PROJECT}/locale/${PROJECT}.pot --execute
# Pull all upstream translations