Merge "Fix translation scripts"

This commit is contained in:
Zuul 2017-11-19 22:34:05 +00:00 committed by Gerrit Code Review
commit 2f446c3a85
3 changed files with 6 additions and 3 deletions

View File

@ -428,7 +428,7 @@ function extract_messages_releasenotes {
local keep_workdir=$1
# Extract messages
sphinx-build -b gettext -d releasenotes/build/doctrees \
.venv/bin/sphinx-build -b gettext -d releasenotes/build/doctrees \
releasenotes/source releasenotes/work
rm -rf releasenotes/build
# Concatenate messages into one POT file

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- ensure-reno

View File

@ -903,7 +903,7 @@
- job:
name: upstream-translation-update
parent: propose-updates
pre-run: playbooks/releasenotes/pre.yaml
pre-run: playbooks/translation/pre.yaml
run: playbooks/translation/upstream-translation-update.yaml
post-run: playbooks/publish/openstack-artifacts.yaml
semaphore: translations
@ -919,7 +919,7 @@
- job:
name: propose-translation-update
parent: propose-updates
pre-run: playbooks/releasenotes/pre.yaml
pre-run: playbooks/translation/pre.yaml
run: playbooks/translation/propose-translation-update.yaml
semaphore: translations
required-projects: