From e24eba275c4aaf832b5f84235603c6280ac3fc7d Mon Sep 17 00:00:00 2001 From: OlgaGusarenko Date: Wed, 23 Mar 2016 13:34:48 +0200 Subject: [PATCH] [release] Adopts tools/publishdocs.sh for Mitaka Change-Id: I4b3f74f4040506057e13fbcfc2929a00d540ceea --- tools/publishdocs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/publishdocs.sh b/tools/publishdocs.sh index 5a240ed106..432e1306c5 100755 --- a/tools/publishdocs.sh +++ b/tools/publishdocs.sh @@ -40,7 +40,7 @@ function copy_to_branch { for f in $(find publish-docs/$BRANCH -name "*.html"); do sed -i -e "s|/draft/|/$BRANCH/|g" $f done - # Debian Install Guide for Liberty is not ready + # Debian Install Guide for Mitaka is not ready rm -rf publish-docs/$BRANCH/install-guide-debian fi } @@ -72,7 +72,7 @@ fi if [ "$PUBLISH" = "publish" ] ; then openstack-doc-test --check-build --publish # For publishing to both /draft and /BRANCH - #copy_to_branch mitaka + copy_to_branch mitaka else openstack-doc-test --check-build fi