All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support
@ 2017-02-20 10:51 Alex Bennée
  2017-02-20 10:51 ` [Qemu-devel] [PATCH v5 1/4] tests/docker: add basic user mapping support Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alex Bennée @ 2017-02-20 10:51 UTC (permalink / raw)
  To: famz; +Cc: qemu-devel, Alex Bennée

Hi Fam,

Hopefully this is the final iteration. A couple of minor typos fixes
and your suggestions taken into account. I have also added some
review/tesing tags from Philippe.

Alex.


Alex Bennée (4):
  tests/docker: add basic user mapping support
  new: debian docker targets for cross-compiling
  .shippable.yml: new CI provider
  MAINTAINERS: merge Build and test automation with Docker tests

 .shippable.yml                                     | 19 ++++++++++++++++
 MAINTAINERS                                        | 13 ++++++-----
 tests/docker/Makefile.include                      |  6 ++++++
 tests/docker/common.rc                             |  2 +-
 tests/docker/docker.py                             | 16 ++++++++++++--
 tests/docker/dockerfiles/debian-arm64-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian-armhf-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian.docker             | 25 ++++++++++++++++++++++
 8 files changed, 101 insertions(+), 10 deletions(-)
 create mode 100644 .shippable.yml
 create mode 100644 tests/docker/dockerfiles/debian-arm64-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian.docker

-- 
2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-20 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 10:51 [Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support Alex Bennée
2017-02-20 10:51 ` [Qemu-devel] [PATCH v5 1/4] tests/docker: add basic user mapping support Alex Bennée
2017-02-20 10:51 ` [Qemu-devel] [PATCH v5 2/4] new: debian docker targets for cross-compiling Alex Bennée
2017-02-20 10:51 ` [Qemu-devel] [PATCH v5 3/4] .shippable.yml: new CI provider Alex Bennée
2017-02-20 10:51 ` [Qemu-devel] [PATCH v5 4/4] MAINTAINERS: merge Build and test automation with Docker tests Alex Bennée
2017-02-20 14:14 ` [Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support Fam Zheng
2017-02-20 16:06   ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.