Compare commits

..

1 Commits

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

View File

@ -6,6 +6,7 @@ then
suite=$1
image=publik-devinst-$suite
fs=/var/lib/machines/$image
if [ $suite = trixie]; suite=testing; fi
test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container $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