Skip to content
Snippets Groups Projects
Commit 04bceb78 authored by Lars Wirzenius's avatar Lars Wirzenius
Browse files

tests: drop my "base images" from test suite


I don't use them any at this time and the public repository is gone.
I'll them back if I start using them again.

Signed-off-by: default avatarLars Wirzenius <liw@liw.fi>
Sponsored-by: author
parent 037a4f7e
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,6 @@ tmp="$(mktemp -d)"
# This will delete the temporary directory automatically at exit.
trap "rm -rf $tmp" EXIT
echo "Test Lars's personal images"
git clone -q git://git.liw.fi/base-image-specs "$tmp/specs"
(cd "$tmp/specs" && ./build-all.sh "$cache" "$cache")
echo "Test Debian's Raspberry Pi images"
git clone -q https://salsa.debian.org/raspi-team/image-specs.git "$tmp/debian"
(cd "$tmp/debian" && echo make images)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment