whisperback (1.8.3)
[whisperback.git] / HACKING
blobce3981fd4b1d2e0b8e1dad3fd5c8d5c63c6a5864
1 Whisperback developer guide
3 Release
4 =======
6 Install the test suite dependencies and
7 run the test suite:
9     sudo apt install python3-gnupg && \
10     ./test.py
12 If not done yet, import translations from Transifex
13 as documented on https://tails.boum.org/contribute/release_process/#upgrade-custom-debs.
15 To bump the version, update the changelog, and tag the release, run:
17     ./scripts/release.sh
19 Push:
21     git push --follow-tags origin master:master
23 Before building the package, install an extra dependency of the clean
24 target, that's usually run on the host system:
26     sudo apt install python3-distutils-extra