mbox series

[v5,0/4] Docker cross-compile targets and user build support

Message ID 20170220105139.21581-1-alex.bennee@linaro.org
Headers show
Series Docker cross-compile targets and user build support | expand

Message

Alex Bennée Feb. 20, 2017, 10:51 a.m. UTC
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

Comments

Fam Zheng Feb. 20, 2017, 2:14 p.m. UTC | #1
On Mon, 02/20 10:51, Alex Bennée wrote:
> 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.


Looks good to me, Thanks! Let me know if you want to merge it yourself,
otherwise I'll send a pull request later this week.

Fam
Alex Bennée Feb. 20, 2017, 4:06 p.m. UTC | #2
Fam Zheng <famz@redhat.com> writes:

> On Mon, 02/20 10:51, Alex Bennée wrote:

>> 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.

>

> Looks good to me, Thanks! Let me know if you want to merge it yourself,

> otherwise I'll send a pull request later this week.


No you go ahead and send the pull request when your ready ;-)

--
Alex Bennée