commit 7a44e941287b2473398efadb1ab3399a3ef19551 Author: Arturo Filastò art@fuffa.org Date: Tue Aug 19 13:50:01 2014 +0200
Add command for making source dist. --- Release-Procedure.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/Release-Procedure.md b/Release-Procedure.md index b33b6b9..6910da9 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -42,6 +42,7 @@ inside of a fresh virtuale environment and then run all the manual tests needed.
``` +python setup.py sdist rmvirtualenv ooni-testsdist; mkvirtualenv ooni-testsdist pip install dist/ooniprobe-$OONIPROBE_VERSION.tar.gz ```
tor-commits@lists.torproject.org