qemu-patch-raspberry4/tests/docker
Alex Bennée 6e733da676 tests/docker/docker.py: add update operation
This adds a new operation to the docker script to allow updating of
binaries in an existing container. This is because it would be
inefficient to re-build the whole container just for an update to the
QEMU binary.

To update the executable run:

    ./tests/docker/docker.py update \
        debian:armhf ./arm-linux-user/qemu-arm

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1468934445-32183-6-git-send-email-famz@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
2016-07-20 19:19:43 +08:00
..
dockerfiles tests/docker/dockerfiles: new debian-bootstrap.docker 2016-07-20 19:19:43 +08:00
common.rc tests/docker: make test-full build all targets, not none 2016-06-08 15:19:30 +08:00
docker.py tests/docker/docker.py: add update operation 2016-07-20 19:19:43 +08:00
Makefile.include tests/docker: fix make-archive-maybe 2016-06-08 15:19:30 +08:00
run docker: Add test runner 2016-06-01 17:27:35 +08:00
test-clang tests/docker: build all targets in test-clang 2016-06-08 15:19:30 +08:00
test-full docker: Add full test 2016-06-01 17:27:35 +08:00
test-mingw docker: Add mingw test 2016-06-01 17:27:35 +08:00
test-quick docker: Add quick test 2016-06-01 17:27:35 +08:00
travis docker: Add travis tool 2016-06-01 17:27:35 +08:00
travis.py docker: Add travis tool 2016-06-01 17:27:35 +08:00