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
3 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
3
#!/bin/bash
exec "{{ aurweb_dir }}/.venv/bin/aurweb-git-auth" "$@"
cd "{{ aurweb_dir }}"
source .venv/bin/activate
exec aurweb-git-auth "$@"
Loading