From 47a58b4530f122bbbc736800a2eb97707540a752 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 14 Oct 2015 08:14:37 +0200 Subject: [PATCH] Do not publish RDO Install Guide for Liberty yet Remove the Install Guide, packages are not ready yet and therefore this is not usable. Remove it from both Liberty index page as well as publishing for Liberty. The draft document is updated. Update comment for Debian in publishdocs. Change-Id: I4b0b597809ed7ddc3c070153d12d567bd8d0d28e --- tools/publishdocs.sh | 4 +++- www/liberty/index.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/publishdocs.sh b/tools/publishdocs.sh index 030376e79b..a8a870b569 100755 --- a/tools/publishdocs.sh +++ b/tools/publishdocs.sh @@ -40,8 +40,10 @@ function copy_to_branch { for f in $(find publish-docs/$BRANCH -name "*.html"); do sed -i -e "s|/draft/|/$BRANCH/|g" $f done - # We don't need Debian Install Guide for Liberty + # Debian Install Guide for Liberty is not ready rm -rf publish-docs/$BRANCH/install-guide-debian + # RDO Install Guide for Liberty is not ready + rm -rf publish-docs/$BRANCH/install-guide-rdo fi } diff --git a/www/liberty/index.html b/www/liberty/index.html index 2664f544b9..6e7a943b1b 100644 --- a/www/liberty/index.html +++ b/www/liberty/index.html @@ -64,8 +64,9 @@