- Aug 14, 2022
-
-
Kristian Klausen authored
"poetry run" is very slow[1] and adds +1 second to the startup time. This is made even worse by the fact that aurweb-git-serve is called twice by sshd[2]. [1] https://github.com/python-poetry/poetry/issues/3502 [2] https://security.stackexchange.com/questions/123795/authorizedkeyscommand-of-sshd-config-getting-called-twice/123801#123801
-
- Feb 09, 2022
-
-
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>
-