Merge "Do not publish to Juno and trunk"

This commit is contained in:
Jenkins 2014-10-30 17:30:26 +00:00 committed by Gerrit Code Review
commit 072303ef55
1 changed files with 1 additions and 6 deletions

View File

@ -50,17 +50,12 @@ commands =
# Prepare all documents (except www subdir) so that they can get
# published on docs.openstack.org with just copying publish-docs/*
# over.
commands =
commands =
# Create directory, it might not be here if openstack-doc-test does
# not publish anything.
mkdir publish-docs
# We only publish changed manuals.
openstack-doc-test --check-build --publish
# TODO(jaegerandi): Remove the following lines before we branch off
# an juno branch.
# Publish install-guide and config-reference to /juno
bash tools/copy-to-branch.sh juno
# END Juno duplication.
# Now publish www as well, we cannot do this from
# openstack-doc-test. Use rsync so that .htaccess gets also
# copied.