Do not publish to Juno and trunk

Remove publishing to /juno/

Change-Id: Ie7f16e34e52a7941ade943b61fd22dcc1877b64a
This commit is contained in:
Andreas Jaeger 2014-10-30 17:05:54 +01:00
parent 16595867a6
commit d093e5aa7b
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.