URL: https://github.com/freeipa/freeipa/pull/1393
Author: tiran
 Title: #1393: Travis: Add workaround for missing IPv6 support
Action: opened

PR body:
"""
Latest Travis CI image lacks IPv6 address on localhost. Use image from
old group.

Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1393/head:pr1393
git checkout pr1393
From 5b771a48afa21db3e696fa5272d0da6c7f303eec Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Wed, 13 Dec 2017 09:33:49 +0100
Subject: [PATCH] Travis: Add workaround for missing IPv6 support

Latest Travis CI image lacks IPv6 address on localhost. Use image from
old group.

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d6fbb553c8..7f48411e93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
 language: python
 services:
     - docker
-
+# workaround for missing IPv6 address support
+# https://github.com/travis-ci/travis-ci/issues/8891
+group: deprecated-2017Q4
 python:
     - "3.6"
 cache: pip
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to