Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters a16f23e2be ci: test against trixie (#78771)
gitea/publik-devinst/pipeline/head There was a failure building this commit Details
2023-06-20 15:11:16 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ then
image=publik-devinst-$suite
fs=/var/lib/machines/$image
if [ $suite = trixie ]; then suite=testing; fi
test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container $suite $image http://deb.debian.org/debian/)
test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container,dbus $suite $image http://deb.debian.org/debian/)
rsync -a --delete . $fs/opt/publik-devinst
systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests
elif [ $1 = 'run-tests' ]