canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #01562
[Merge] ~andersson123/autopkgtest-cloud:doc_update into autopkgtest-cloud:master
Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:doc_update into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/452666
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:doc_update into autopkgtest-cloud:master.
diff --git a/docs/deploying.rst b/docs/deploying.rst
index 29ed85d..7b42119 100644
--- a/docs/deploying.rst
+++ b/docs/deploying.rst
@@ -168,6 +168,11 @@ Where $charm is either equal to "web" or "cloud-worker".
Then run ``mojo run`` on the system where you want to deploy the update - this
will pull the updated charm from the charm store.
+Please note, if you have made changes to the charm that change the package dependencies,
+a mojo run will not update this on the relevant units. For this to take place, you must
+either ``remove-unit`` and ``add-unit`` the relevant unit, or install the new dependencies
+manually on the unit.
+
Tagging the charm revisions
---------------
diff --git a/docs/docs.rst b/docs/docs.rst
index 8ab1ddd..c695366 100644
--- a/docs/docs.rst
+++ b/docs/docs.rst
@@ -1,8 +1,7 @@
Updating this documentation
===========================
-Until `readthedocs.org supports Launchpad webhooks
-<https://github.com/readthedocs/readthedocs.org/issues/8137>`_ and they are
-updated automatically on push, you need to visit the readthedocs web
-interface and issue a manual build to have this documentation update. Contact
-an admin for this.
+To update this documentation, simply create an MP for ``autopkgtest-cloud`` - once the
+MP is merged, this documentation will get updated automatically. The repository is
+checked once a day for documentation changes, and if doc changes are found a build is
+triggered on readthedocs.
References