launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28202
[Merge] ~cjwatson/launchpad-buildd:doc-focal into launchpad-buildd:master
Colin Watson has proposed merging ~cjwatson/launchpad-buildd:doc-focal into launchpad-buildd:master.
Commit message:
docs: Recommend using a focal VM
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/416674
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-buildd:doc-focal into launchpad-buildd:master.
diff --git a/docs/how-to/developing.rst b/docs/how-to/developing.rst
index be749fe..aa326dc 100644
--- a/docs/how-to/developing.rst
+++ b/docs/how-to/developing.rst
@@ -11,7 +11,7 @@ You can create a container with the following command:
.. code:: bash
- lxc launch --vm ubuntu:18.04 lp-builddev
+ lxc launch --vm ubuntu:20.04 lp-builddev
Note that you may want to have a profile to share the source code with the
container before running the above command.