From 99f5d0a6006d7e19f74cf791524b00d2edcf6634 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 15 Nov 2018 10:33:02 +0100 Subject: [PATCH] Update infra URLs for Zanata scripts The scripts for interfacting with Zanata are no longer contained in project-config, update the URLs as well as referencing the openstack-zuul-jobs repo where the scripts now live. This also drives-by all git.openstack.org URLs to be https. Change-Id: Ifd80e80ec8e7006bd0964daf84cdc38eef776f75 --- doc/source/infra.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/infra.rst b/doc/source/infra.rst index fc59921..4506b15 100644 --- a/doc/source/infra.rst +++ b/doc/source/infra.rst @@ -61,31 +61,32 @@ dashboard provides us a convenient way to check the translation job status. Translation infrastructure tasks and scripts -------------------------------------------- -Translation infrastructure tasks and scripts are stored and managed in -`openstack-infra/project-config `__ +Translation infrastructure tasks are stored and managed in +`openstack-infra/project-config `__ +repository. The translation infrastructure scripts are stored and managed in `openstack-infra/openstack-zuul-jobs `__ repository. * `upstream-translation-update.yaml `__ * Implements the first Zuul job (Syncing to Zanata) by executing - `upstream_translation_update.sh `__ + `upstream_translation_update.sh `__ * `propose-translation-update.yaml `__ * Carries out the second Zuul job (Syncing into repos) by executing - `propose_translation_update.sh `__ + `propose_translation_update.sh `__ -* `common_translation_update.sh `__ +* `common_translation_update.sh `__ * Common code used by **propose_translation_update.sh** and **upstream_translation_update.sh** -* `create-zanata-xml.py `__ +* `create-zanata-xml.py `__ * Python script to setup projects for Zanata -* `releasenotes/pre.yaml `__ -* `releasenotes/run.yaml `__ +* `releasenotes/pre.yaml `__ +* `releasenotes/run.yaml `__ * Builds release notes in both the original (English) version and translated versions (if any).