Autopkgtest: build a stable image

This commit is contained in:
Luca Boccassi 2021-04-02 16:57:50 +01:00
parent 93ab49f927
commit 43afff005a
2 changed files with 14 additions and 0 deletions

9
debian/tests/build-stable-image vendored Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -eu
set -o pipefail
cd "${AUTOPKGTEST_TMP}"
lb config --verbose --updates true --security true --distribution buster
lb build --verbose
ls -l

View File

@ -3,6 +3,11 @@ Depends: live-build,
Restrictions: needs-root, allow-stderr, needs-internet
Architecture: amd64 i386
Tests: build-stable-image
Depends: live-build,
Restrictions: needs-root, allow-stderr, needs-internet
Architecture: amd64 i386
Tests: build-kali-image
Depends: live-build, git, ca-certificates, curl, apt-utils, bzip2, cpio, file, wget, xz-utils
Restrictions: needs-root, allow-stderr, flaky, needs-internet