[tor-commits] [spec/master] Add command for making source dist.

art at torproject.org art at torproject.org
Tue Aug 19 13:36:50 UTC 2014


commit 7a44e941287b2473398efadb1ab3399a3ef19551
Author: Arturo Filastò <art at 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
 ```





More information about the tor-commits mailing list