From f9306d948158e6a0e34001b1b0afd378f2fddb39 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 20 Mar 2014 21:00:00 +0100 Subject: [PATCH] Always create .venv for upstream_translation_horizon The current job fails to run since there's no venv created, we need to pass -V to update it - otherwise the job will fail. Change-Id: I4293cbef253cea9638c22bb5a980d07da9d315db --- .../jenkins/files/slave_scripts/upstream_translation_horizon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh b/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh index 01ecf74c20..360f088e0d 100755 --- a/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh +++ b/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh @@ -45,7 +45,7 @@ tx set --auto-local -r ${PROJECT}.openstack-dashboard-translations \ # Invoke run_tests.sh to update the po files # Or else, "../manage.py makemessages" can be used. -./run_tests.sh --makemessages +./run_tests.sh --makemessages -V # Add all changed files to git git add ${PROJECT}/locale/en/LC_MESSAGES/*