From 53e1e64d44140d995f585de10b353a962f4303ea Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 19 Sep 2017 22:32:59 +0100 Subject: [PATCH] List dependencies for release script in release process doc --- doc/release-process.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index d6090dfcd..59954cec6 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -38,6 +38,16 @@ process. If these were not anticipated correctly, this could block the release, so if you suspect this is necessary, double check with the whole engineering team. +## Release dependencies + +The release script has the following dependencies: + +- `help2man` +- `debchange` (part of the devscripts Debian package) + +You can optionally install the `progressbar2` Python module with pip to have a +progress bar displayed during the build process. + ## Release process Run the release script, which will verify you are on the latest clean