Merge "Debconf removal for !Debian Install Guides"

This commit is contained in:
Jenkins 2015-10-14 14:15:10 +00:00 committed by Gerrit Code Review
commit 54ea14c068

View File

@ -36,4 +36,8 @@ for tag in $TAGS; do
mv publish-docs/draft/install-guide-debian/index-debian.html \
publish-docs/draft/install-guide-debian/index.html
fi
# Remove Debian specific content from other guides
if [[ "$tag" != "debian" ]]; then
rm -rf publish-docs/draft/install-guide-$tag/debconf
fi
done