update
This commit is contained in:
parent
b9bdb02067
commit
df8ea68e4d
10 changed files with 225 additions and 131 deletions
6
Makefile
6
Makefile
|
@ -2,6 +2,7 @@
|
|||
|
||||
PREFIX=/usr/local
|
||||
PYTHON_EXE_MSYS=${PREFIX}/bin/python3.sh
|
||||
PIP_EXE_MSYS=${PREFIX}/bin/pip3.sh
|
||||
LOCAL_DOCTEST=${PREFIX}/bin/toxcore_run_doctest3.bash
|
||||
DOCTEST=${LOCAL_DOCTEST}
|
||||
MOD=stem_examples
|
||||
|
@ -12,6 +13,9 @@ check::
|
|||
lint::
|
||||
sh .pylint.sh
|
||||
|
||||
xinstall::
|
||||
${PIP_EXE_MSYS} install --target ${PREFIX}/lib/python3.11/site-packages/ --upgrade .
|
||||
|
||||
rsync::
|
||||
bash .rsync.sh
|
||||
|
||||
|
@ -22,6 +26,8 @@ install::
|
|||
test::
|
||||
echo src/${MOD}/check_digests.py
|
||||
TOR_CONTROLLER_PASSWORD=${PASS} src/${MOD}/check_digests.py
|
||||
echo src/${MOD}/interpreter.py
|
||||
TOR_CONTROLLER_PASSWORD=${PASS} src/${MOD}/interpreter.py
|
||||
echo src/${MOD}/connection_resolution.py
|
||||
sudo env TOR_CONTROLLER_PASSWORD=${PASS} src/${MOD}/connection_resolution.py
|
||||
# broken because this site fails: http://128.31.0.39:9131/tor/status-vote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue