Skip to content
Snippets Groups Projects

fix: run aurweb ssh commands and git scripts in virtualenv

Merged Mario Oenning requested to merge moson/infrastructure:fix-aurweb-run-in-venv into master

Adjust bash wrapper scripts to activate our python virtualenv:
Script execution is triggered from ssh / git. These wrapper scripts then call python scripts created by poetry.

We should make sure that this happens within our venv. (aurweb issue #450)

Previously this was done by using poetry run.... However, using poetry is costly and adds some delay.
Instead of using poetry, we can just activate our venv and then execute our scripts.

Fixes: b15ac838

Edited by Mario Oenning

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading