Do not publish translated Debian Guide

The RST Debian Install Guide is not maintained, there's no need to build
and publish it. We continue pushing strings to translate.openstack.org
but will not build it.

Change-Id: I2dddb437a693d91d8116cb3b5ee76e008429b0c0
This commit is contained in:
Andreas Jaeger 2016-03-21 13:25:34 +01:00
parent c3f152f96e
commit d01a68d5ea
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ function build_rst {
done done
elif [ ${book} = "install-guide" ] ; then elif [ ${book} = "install-guide" ] ; then
# Install Guide has several variations, build all of them # Install Guide has several variations, build all of them
TAGS="obs rdo ubuntu debian" TAGS="obs rdo ubuntu"
INDEX=${DOC_DIR}${book}/source/index.rst INDEX=${DOC_DIR}${book}/source/index.rst
# For translation work, we should have only one index file, # For translation work, we should have only one index file,
@ -287,7 +287,7 @@ function handle_draft_language {
rmdir --ignore-fail-on-non-empty publish-docs/$language/ rmdir --ignore-fail-on-non-empty publish-docs/$language/
;; ;;
install-guide) install-guide)
for tag in obs rdo ubuntu debian; do for tag in obs rdo ubuntu ; do
mv publish-docs/$language/$book-${tag} \ mv publish-docs/$language/$book-${tag} \
publish-docs/draft/$language/$book-${tag} publish-docs/draft/$language/$book-${tag}
done done