mbox

[PULL,0/2] Docker patches for 2.9

Message ID 20170310072051.15704-1-famz@redhat.com
State New
Headers show

Pull-request

git://github.com/famz/qemu.git tags/docker-pull-request

Message

Fam Zheng March 10, 2017, 7:20 a.m. UTC
The following changes since commit eba44e9339fc13c36e24c8c59e2b73ea231b46a1:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2017-03-06 15:13:23 +0000)

are available in the git repository at:

  git://github.com/famz/qemu.git tags/docker-pull-request

for you to fetch changes up to 8ba1e5f72b17584f23e17c54494bb4beeb05174e:

  docker/dockerfiles/debian-s390-cross: include clang (2017-03-10 15:05:22 +0800)

----------------------------------------------------------------

Hi Peter, here are two more docker patches:

- Fix for shippable.
- Improvement on proxy env var. Technically it's not a fix but since it's under
  tests/, it doesn't have to wait for the 2.10 window.

----------------------------------------------------------------

Alex Bennée (1):
  docker/dockerfiles/debian-s390-cross: include clang

Philippe Mathieu-Daudé (1):
  tests/docker: support proxy / corporate firewall

 tests/docker/docker.py                             | 6 ++++++
 tests/docker/dockerfiles/debian-s390x-cross.docker | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 13, 2017, 1:16 p.m. UTC | #1
On 10 March 2017 at 08:20, Fam Zheng <famz@redhat.com> wrote:
> The following changes since commit eba44e9339fc13c36e24c8c59e2b73ea231b46a1:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2017-03-06 15:13:23 +0000)
>
> are available in the git repository at:
>
>   git://github.com/famz/qemu.git tags/docker-pull-request
>
> for you to fetch changes up to 8ba1e5f72b17584f23e17c54494bb4beeb05174e:
>
>   docker/dockerfiles/debian-s390-cross: include clang (2017-03-10 15:05:22 +0800)
>
> ----------------------------------------------------------------
>
> Hi Peter, here are two more docker patches:
>
> - Fix for shippable.
> - Improvement on proxy env var. Technically it's not a fix but since it's under
>   tests/, it doesn't have to wait for the 2.10 window.
>

Applied, thanks.

-- PMM