curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #01794
Re: [Merge] ~dbungert/curtin:py-apt-prep into curtin:master
Diff comments:
> diff --git a/tools/vmtest-system-setup b/tools/vmtest-system-setup
> index b9185db..30a8246 100755
> --- a/tools/vmtest-system-setup
> +++ b/tools/vmtest-system-setup
> @@ -11,6 +11,13 @@ case "$(uname -m)" in
> ppc*) qemu="qemu-system-ppc";;
> s390x) qemu="qemu-system-s390x";;
> esac
> +
> +case "$rel" in
+1
> + "t"|"u"|"x"*) python_apt="python-apt";;
Fixed with previous suggestion
> + "b"|"f"*) python_apt="python-apt python3-apt";;
> + *) python_apt="python3-apt";;
> +esac
> +
> DEPS=(
> cloud-image-utils
> make
--
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/407871
Your team curtin developers is subscribed to branch curtin:master.
References