From a229e259802f6000e1aebdd57adae40b38b9e19b Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Wed, 24 Apr 2019 16:56:00 +0000 Subject: [PATCH] Fix paths to shipyard and promenade directories Update paths to shipyard and promenade direcories after repository links were changed from github to opendev [0]. [0] https://review.opendev.org/#/c/654602/ Change-Id: I1dd246891a5046abff75c7a98c0f16feedb1045e --- doc/source/authoring_and_deployment.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index 1200427ff..c66eed04f 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -467,7 +467,7 @@ cloned previously: :: - (cd airship-promenade && git checkout 86c3c11) + (cd promenade && git checkout 86c3c11) Likewise, before running the ``simple-deployment.sh`` script, you should refer to the ``data/images/ucp/promenade/promenade`` field in @@ -489,7 +489,7 @@ Now, create an output directory for Promenade bundles and run the :: mkdir ${NEW_SITE}_bundle - sudo -E airship-promenade/tools/simple-deployment.sh ${NEW_SITE}_collected ${NEW_SITE}_bundle + sudo -E promenade/tools/simple-deployment.sh ${NEW_SITE}_collected ${NEW_SITE}_bundle Estimated runtime: About **1 minute** @@ -706,7 +706,7 @@ cloned previously: :: - (cd airship-shipyard && git checkout 7046ad3) + (cd shipyard && git checkout 7046ad3) Likewise, before running the ``deckhand_load_yaml.sh`` script, you should refer to the ``data/images/ucp/shipyard/shipyard`` field in @@ -745,7 +745,7 @@ to a directory that contains collected manifests: :: - sudo -E airship-shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} $(pwd)/${NEW_SITE}_collected + sudo -E shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} $(pwd)/${NEW_SITE}_collected Estimated runtime: **3m** @@ -753,7 +753,7 @@ Now deploy the site with shipyard: :: - cd airship-shipyard/tools/ + cd shipyard/tools/ sudo -E ./deploy_site.sh Estimated runtime: **1h30m**