mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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>
4 lines
73 B
Django/Jinja
4 lines
73 B
Django/Jinja
#!/bin/bash
|
|
cd "{{ aurweb_dir }}"
|
|
exec poetry run aurweb-git-update "$@"
|