From bd631b237abee469fa712a8504c8d8e9f24809a1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 28 Jan 2015 08:46:33 +0100 Subject: [PATCH] Don't sync to training-guides Stop syncing files to training-guides, the files are not needed anymore there. Needed-by: https://review.openstack.org/150608 Change-Id: I0b939b24bb43655e08564a90f61e03cc58004153 --- projects.txt | 1 - tools/sync-projects.sh | 5 ----- 2 files changed, 6 deletions(-) diff --git a/projects.txt b/projects.txt index 9ddc87bba2..15f335a07e 100644 --- a/projects.txt +++ b/projects.txt @@ -1,4 +1,3 @@ openstack/ha-guide openstack/operations-guide openstack/security-doc -openstack/training-guides diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index 08553cf9cd..6894b4cc5a 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -35,11 +35,6 @@ case "$PROJECT_DIR" in ENT_DIR="security-guide" CHECK_MARK_DIR="static" ;; - training-guides) - GLOSSARY_SUB_DIR="doc/glossary" - ENT_DIR="training-guides" - CHECK_MARK_DIR="figures" - ;; *) echo "$PROJECT_DIR not handled" exit 1