From: Hans-Christoph Steiner Date: Tue, 23 Jan 2018 16:12:32 +0000 (+0100) Subject: buildserver: include python3-git for future use X-Git-Tag: 1.0.1~29^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f0940540eeca42dadd7f2b7db05497229f640a91;p=fdroidserver.git buildserver: include python3-git for future use 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. --- diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index 87a4f879..c6b40e5e 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -89,10 +89,13 @@ packages=" python-lxml python-magic python-setuptools + python3-git/jessie-backports + python3-gitdb/jessie-backports python3-gnupg python3-pyasn1 python3-pyasn1-modules python3-requests + python3-smmap/jessie-backports python3-yaml python3-ruamel.yaml quilt