Projet

Général

Profil

0001-jenkins-stop-installing-python-2-56916.patch

Emmanuel Cazenave, 06 octobre 2021 17:31

Télécharger (850 octets)

Voir les différences:

Subject: [PATCH] jenkins: stop installing python 2 (#56916)

 test-nspawn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
test-nspawn
12 12
elif [ $1 = 'run-tests' ]
13 13
then
14 14
    apt update
15
    apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python python3
15
    apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python3
16 16
    id testuser || adduser --disabled-password --gecos "" testuser
17 17
    usermod -a -G sudo testuser
18 18
    grep -q testuser /etc/sudoers || echo 'testuser ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
19
-