[From nobody Mon Nov 28 13:34:15 2016 Return-Path: <andrew.cagney@gmail.com> X-Original-To: swan-commit@lists.libreswan.org Delivered-To: swan-commit@supo.libreswan.fi Received: from localhost (localhost [IPv6:::1]) by supo.libreswan.fi (Postfix) with ESMTP id 3tRt2M3Gd9z18jLCH; Mon, 28 Nov 2016 03:48:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at supo.libreswan.fi Authentication-Results: supo.libreswan.fi (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from supo.libreswan.fi ([IPv6:::1]) by localhost (supo.libreswan.fi [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id Rf1gCdhfSFWM; Mon, 28 Nov 2016 03:48:41 +0000 (UTC) Received: from mail-qk0-x244.google.com (mail-qk0-x244.google.com [IPv6:2607:f8b0:400d:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by supo.libreswan.fi (Postfix) with ESMTPS; Mon, 28 Nov 2016 03:48:40 +0000 (UTC) Received: by mail-qk0-x244.google.com with SMTP id n204so11739065qke.2; Sun, 27 Nov 2016 19:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xyAQhBzlVgCauwEelKVAS3hugK7B9B0eXF7rqooEduE=; b=xRYTOL5Pe/ceuLmsuNJHC7EQh6IxjN0F16WZxi9YbYMdL9ZKmt8wzgBWkE9w91mxXU d5G2BAw4rMxtBgqyMQEZ5+s1OmU5eBPuwVz2kld7fnI1EFZO+MPdm4mbTLhmrbv3DMGp Aj18p224T6/frTrTK61ypvRotzXHIq4+W0dREqgmGyorVS8J8ZsXXydBX9GpigD/KUSx DyY6UuiHp9QS74CCjZQmaaVexYeyhXpuo3uw+SdKMxzlv4oip5jKNKHQAQK/z9HStYAE 3iUFZ3kRNPjivhmvPF40IqcVeLuCn62abe8ABi1WH73XxG8kkXqhL/2DVo2DjCry5u3f +Aow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xyAQhBzlVgCauwEelKVAS3hugK7B9B0eXF7rqooEduE=; b=EEEe6Q9cHKIgnpb8Q9Cna33U9herQQiuEuX/5ctsPj+4sKkAt70jXqY105FSgYescb DaqdAATforTa9EwGT+/cAH4c1CYXqLs9SSOOlnUa1DyBWeQ0z6S8WRzbQyRdr8BDQD/y PgNq3T256EjTy05b98KeYJCGTkR7KoiLuMT9pIKKYVaJ2WG8Sj4JLi0CrF6+m5ZshEdw V9kD3/u8eTZXjeIqKHhQ//UQfmJKs89lRSOzxMYX1vBO0J6vR/8Wk9aG9PiKXt9oU5R9 /jyxTsknLZQO2sKVWnTtII+Xa9hFIXz1CI/bfyFQA7qZCu04euEZaIgIbGnBa7cj4eQv JJ4w== X-Gm-Message-State: AKaTC0029Bi1NwaVlQNULHIMkiTqP9X7FoDgGFDeAE8o26dE0T9Ref1EGXAXYRaj1BS882rcUDpdf2KvW5Ma5A== X-Received: by 10.55.165.129 with SMTP id o123mr17065262qke.32.1480304917909; Sun, 27 Nov 2016 19:48:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.18.145 with HTTP; Sun, 27 Nov 2016 19:48:37 -0800 (PST) In-Reply-To: <20161127184027.598C6302AB40@vault.libreswan.fi> References: <20161127184027.598C6302AB40@vault.libreswan.fi> From: Andrew Cagney <andrew.cagney@gmail.com> Date: Sun, 27 Nov 2016 22:48:37 -0500 Message-ID: <CAJeAr6tuVNxgVw-J9YMZU+ehTeB3hQPHgHvEZkgq60w2QKj_-g@mail.gmail.com> Subject: Re: [Swan-commit] Changes to ref refs/heads/master To: Libreswan Development List <swan-dev@lists.libreswan.org> Cc: swan-commit@lists.libreswan.org Content-Type: text/plain; charset=UTF-8 On 27 November 2016 at 13:40, Antony Antony <antony@vault.libreswan.fi> wrote: > commit 749c8d5ea579fde2831cf553909c5062b41e5e74 > Author: Antony Antony <antony@phenome.org> > Date: Sun Nov 27 18:57:03 2016 +0100 > > testing: kvm-targets.mk support fedora 25 as a test host/vm > > make install-kvm-test-domains is slow:) need improvements. FYI, transmogrify really only needs to happen once and not on every boot. I've something similar to this in my queue - clone-example.sh prototypes the idea. > commit 7965e3978b3b440bb69db0525f4877ffbb930c10 > Author: Antony Antony <antony@phenome.org> > Date: Sat Nov 26 11:27:29 2016 +0100 > > testing: autoconvert swan-transmogrify to pyton3 using 2to3 and autopep8 > > Fedroa 25 does not support python 2 by default. > lets move forward to python3 I think a better option is to dump python completely here. For instance, testing/guestbin/swan-transmogrify.sh. ]