Merge doveauth and filtermail into chatmaild

This commit is contained in:
link2xt
2023-10-15 15:45:35 +00:00
parent 262eb36a5c
commit b548a8ddbd
16 changed files with 29 additions and 75 deletions

View File

@@ -2,8 +2,7 @@
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
export CHATMAIL_DOMAIN
venv/bin/python3 -m build -n --sdist doveauth --outdir dist
venv/bin/python3 -m build -n --sdist filtermail --outdir dist
venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
deploy-chatmail/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py

View File

@@ -1,12 +1,13 @@
#!/bin/sh
set -e
python3 -m venv deploy-chatmail/venv
deploy-chatmail/venv/bin/pip install pyinfra pytest
deploy-chatmail/venv/bin/pip install -e deploy-chatmail
deploy-chatmail/venv/bin/pip install -e doveauth
deploy-chatmail/venv/bin/pip install -e chatmaild
python3 -m venv doveauth/venv
doveauth/venv/bin/pip install pytest
doveauth/venv/bin/pip install -e doveauth
python3 -m venv chatmaild/venv
chatmaild/venv/bin/pip install pytest
chatmaild/venv/bin/pip install -e chatmaild
python3 -m venv online-tests/venv
online-tests/venv/bin/pip install pytest pytest-timeout pdbpp deltachat