mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-30 10:11:51 -05:00
We should be replacing all our custom git shell commands with python3-git, since it is a common library for doing that. It will receive a lot more attention and maintenance than our code for doing it. For example, we should not ever use shell=True, since that opens up a lot of security risks.