Re: [Qemu-devel] [PATCH v2 5/7] docker: make sure debootstrap is at least 1.0.67

2016-09-06 Thread Sascha Silbe
Dear Fam, Fam Zheng writes: > On Wed, 08/24 20:31, Sascha Silbe wrote: [tests/docker/dockerfiles/debian-bootstrap.pre] >> +# debootstrap < 1.0.67 generates empty sources.list, see Debian#732255 >> +MIN_DEBOOTSTRAP_VERSION=1.0.67 [...] >> if [ -z $DEBOOTSTRAP_DIR ]; then >> +NEED_DEBOOTSTRAP

Re: [Qemu-devel] [PATCH v2 5/7] docker: make sure debootstrap is at least 1.0.67

2016-09-05 Thread Fam Zheng
On Wed, 08/24 20:31, Sascha Silbe wrote: > debootstrap prior to 1.0.67 generated an empty sources.list during > foreign bootstraps (Debian#732255 [1]). Fall back to the git checkout > if the installed debootstrap version is too old. > > [1] https://bugs.debian.org/732255 > > Signed-off-by: Sascha

[Qemu-devel] [PATCH v2 5/7] docker: make sure debootstrap is at least 1.0.67

2016-08-24 Thread Sascha Silbe
debootstrap prior to 1.0.67 generated an empty sources.list during foreign bootstraps (Debian#732255 [1]). Fall back to the git checkout if the installed debootstrap version is too old. [1] https://bugs.debian.org/732255 Signed-off-by: Sascha Silbe --- Not sure if this used to work in even older