mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use --require-version to prevent running trunnel pre-1.2
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a few comments to our output.)
This commit is contained in:
@@ -5,7 +5,7 @@ if test "x$TRUNNEL_PATH" != "x"; then
|
||||
export PYTHONPATH
|
||||
fi
|
||||
|
||||
python -m trunnel ./src/trunnel/*.trunnel
|
||||
python -m trunnel --require-version=1.2 ./src/trunnel/*.trunnel
|
||||
|
||||
python -m trunnel --write-c-files --target-dir=./src/ext/trunnel/
|
||||
python -m trunnel --require-version=1.2 --write-c-files --target-dir=./src/ext/trunnel/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user