[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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



Reply to: