Auto merge of #2586 - str4d:release-script-build-progress, r=str4d

Add build progress to the release script if progressbar module is available

Install progressbar2 in your Python path to see the build progress.
This commit is contained in:
Homu
2017-09-19 14:43:11 -07:00
2 changed files with 64 additions and 2 deletions

View File

@@ -40,6 +40,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
In the commands below, <RELEASE> and <RELEASE_PREV> are prefixed with a v, ie.