Autopkgtest: disable updates/security repositories, not available for Bullseye
This commit is contained in:
parent
9a26533a06
commit
59380dddf0
|
@ -4,6 +4,6 @@ set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
cd "${AUTOPKGTEST_TMP}"
|
cd "${AUTOPKGTEST_TMP}"
|
||||||
lb config --verbose
|
lb config --verbose --updates false --security false
|
||||||
lb build --verbose
|
lb build --verbose
|
||||||
ls -l
|
ls -l
|
||||||
|
|
Loading…
Reference in New Issue