Home
last modified time | relevance | path

Searched hist:f7b446b5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pref7b446b5 Fri Jul 13 06:23:14 CDT 2018 Alex Bennée <alex.bennee@linaro.org> docker: ignore distro versioning of debootstrap

We do a minimum version check for the debootstrap but if the distro
has added their own minor version tick it would fail and fall-back to
the SCM version. This is sub-optimal as the latest/greatest version
may be broken at any one particular time. We fix that with a little
sed magic on the version string before passing to our ugly shell
versioning check.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>