1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/aurweb-git-update.sh.j2
Kevin Morris 36690639ef 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 <kevr@0cost.org>
2022-02-09 22:13:21 +01:00

4 lines
73 B
Django/Jinja

#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-update "$@"