Skip to content
Snippets Groups Projects
Commit 36690639 authored by Kevin Morris's avatar Kevin Morris Committed by Kristian Klausen
Browse files

feat: add aurweb script wrappers


To call these externally, poetry run must be used. This
patch brings in some wrappers that call `poetry run`
within `{{ aurweb_dir }}`.

Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent d4e421d3
No related branches found
No related tags found
1 merge request!525aurweb: update rollout for >= v6.0.0
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-auth "$@"
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-serve "$@"
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-update "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment