From e4c55cdfa4470bfd87fbedf8b0501c9737baca91 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 23 Nov 2018 06:21:34 +0100 Subject: [PATCH] Sync common files to ops and ha guides These guides include the common files, sync them over. Do not sync translations since the setup for translations in those guides is different (using normal doc/source translations). Change-Id: Ida91e12efae44fd52a01a584d721c13d0a589c2a --- projects.txt | 2 ++ tools/sync-projects.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/projects.txt b/projects.txt index 0684e84892..f88c7559de 100644 --- a/projects.txt +++ b/projects.txt @@ -1 +1,3 @@ openstack/security-doc +openstack/ha-guide +openstack/operations-guide diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index a70984b4e2..a8e1f992b1 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -49,6 +49,9 @@ case "$PROJECT_DIR" in copy_rst common copy_rst_trans common ;; + ha-guide|operations-guide) + copy_rst doc/source/common + ;; *) echo "$PROJECT_DIR not handled" exit 1