Projet

Général

Profil

0001-jenkins-run-a-full-upgrade-on-containers-60527.patch

Emmanuel Cazenave, 07 avril 2022 15:48

Télécharger (683 octets)

Voir les différences:

Subject: [PATCH] jenkins: run a full-upgrade on containers (#60527)

 test-nspawn | 1 +
 1 file changed, 1 insertion(+)
test-nspawn
12 12
elif [ $1 = 'run-tests' ]
13 13
then
14 14
    apt update
15
    apt full-upgrade -y
15 16
    apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python3
16 17
    id testuser || adduser --disabled-password --gecos "" testuser
17 18
    usermod -a -G sudo testuser
18
-