Autopkgtest: build a stable image
This commit is contained in:
parent
93ab49f927
commit
43afff005a
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue