summaryrefslogtreecommitdiff
diff options
-rw-r--r--docs/how-to/deployment.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/how-to/deployment.rst b/docs/how-to/deployment.rst
index 896fcba..970949e 100644
--- a/docs/how-to/deployment.rst
+++ b/docs/how-to/deployment.rst
@@ -81,7 +81,10 @@ Releasing to production
#. Run ``copy-package --from=ppa:launchpad/ubuntu/ppa --suite=focal
--to=ppa:launchpad/ubuntu/buildd -b launchpad-buildd`` to copy the
- current version of launchpad-buildd to the deployment PPA.
+ current version of launchpad-buildd for focal to the deployment PPA.
+
+ As we also have builders on jammy in production, you need to run the
+ command for both series.
#. `Wait for PPA publishing to complete
<https://launchpad.net/~launchpad/+archive/ubuntu/buildd/+packages>`__.