Projet

Général

Profil

0001-jenkins-delete-superfluous-sudo-60526.patch

Emmanuel Cazenave, 12 avril 2022 18:22

Télécharger (839 octets)

Voir les différences:

Subject: [PATCH] jenkins: delete superfluous sudo (#60526)

 test-nspawn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
test-nspawn
8 8
    fs=/var/lib/machines/$image
9 9
    test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container $suite $image http://deb.debian.org/debian/)
10 10
    rsync -a --delete . $fs/opt/publik-devinst
11
    sudo systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests
11
    systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests
12 12
elif [ $1 = 'run-tests' ]
13 13
then
14 14
    apt update
15
-