[PATCH] autopkgtest-build-lxc: correctly clean cache for debian containers

Martin Pitt mpitt at debian.org
Wed Aug 9 05:39:35 UTC 2017


Hello Antonio,

Antonio Terceiro [2017-07-21 22:11 -0300]:
> +# lxc templates for debian and ubuntu differ; ubuntu uses
> +# $RELEASE/rootfs-$ARCH, while debian uses debian/rootfs-$RELEASE-$ARCH
> +CACHE="$RELEASE"
> +if [ "$DISTRO" = debian ]; then
> +    CACHE=debian
> +fi
> +

Thanks! Applied to git.

Martin



More information about the autopkgtest-devel mailing list