This patch series are meant to firstly simplify somewhat, and then to implement FS#45410. Changes since v3: * Fix incorrect commit message and comment * Chane key var to ssh_key * Drop && chain * Use 0/1 for True/False. Not really necessary but I want Lukas to be happy. ;) Johannes Löthberg (5): git: Use .format everywhere instead of % git: Use AUR_USER env var instead of ForceCommand argument git-auth: Set AUR_PRIVILEGED env var for TUs & devs git-serve: Drop direct AccountType checking, use AUR_PRIVILEGED git-update: Allow privileged users to bypass blacklist git-interface/aurinfo.py | 18 +++++++++--------- git-interface/git-auth.py | 31 +++++++++++++++++++++++++++---- git-interface/git-serve.py | 31 +++++++++++++++---------------- git-interface/git-update.py | 41 +++++++++++++++++++++-------------------- 4 files changed, 72 insertions(+), 49 deletions(-) -- 2.4.4