← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad-buildd:update-developing-documentation into launchpad-buildd:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad-buildd:update-developing-documentation into launchpad-buildd:master.

Commit message:
Fix setup instructions for a development environment

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad-buildd/+git/launchpad-buildd/+merge/424663
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad-buildd:update-developing-documentation into launchpad-buildd:master.
diff --git a/debian/changelog b/debian/changelog
index 81e2991..a58d2b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+launchpad-buildd (215) UNRELEASED; urgency=medium
+
+  * Fix setup instructions for a development environment.
+
+ -- Jürgen Gmach <juergen.gmach@xxxxxxxxxxxxx>  Tue, 14 Jun 2022 13:26:01 +0200
+
 launchpad-buildd (214) focal; urgency=medium
 
   * Pass apt repository and environment variable options to run-ci, not
diff --git a/docs/how-to/developing.rst b/docs/how-to/developing.rst
index aa326dc..ebb568c 100644
--- a/docs/how-to/developing.rst
+++ b/docs/how-to/developing.rst
@@ -20,6 +20,7 @@ Then, inside the container, install the necessary dependencies:
 
 .. code:: bash
 
+        sudo add-apt-repository ppa:launchpad/ppa
         sudo apt-get update
         cat system-dependencies.txt | sudo xargs apt-get install -y