[{"id":1771160,"web_url":"http://patchwork.ozlabs.org/comment/1771160/","msgid":"<877ewuengv.fsf@linaro.org>","list_archive_url":null,"date":"2017-09-19T15:07:28","subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","submitter":{"id":39532,"url":"http://patchwork.ozlabs.org/api/people/39532/","name":"Alex Bennée","email":"alex.bennee@linaro.org"},"content":"Fam Zheng <famz@redhat.com> writes:\n\n> Signed-off-by: Fam Zheng <famz@redhat.com>\n\nReviewed-by: Alex Bennée <alex.bennee@linaro.org>\n\n> ---\n>  scripts/archive-source.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++\n>  1 file changed, 46 insertions(+)\n>  create mode 100755 scripts/archive-source.sh\n>\n> diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh\n> new file mode 100755\n> index 0000000000..e155d980ee\n> --- /dev/null\n> +++ b/scripts/archive-source.sh\n> @@ -0,0 +1,46 @@\n> +#!/bin/sh\n> +#\n> +# Author: Fam Zheng <famz@redhat.com>\n> +#\n> +# Archive source tree, including submodules. This is created for test code to\n> +# export the source files, in order to be built in a different enviornment,\n> +# such as in a docker instance or VM.\n> +#\n> +# This code is licensed under the GPL version 2 or later.  See\n> +# the COPYING file in the top-level directory.\n> +\n> +error() {\n> +    echo \"$@\" >&2\n> +    exit 1\n> +}\n> +\n> +if test $# -lt 1; then\n> +    error \"Usage: $0 <output tarball>\"\n> +fi\n> +\n> +submodules=$(git submodule foreach --recursive --quiet 'echo $name')\n> +\n> +if test $? -ne 0; then\n> +    error \"git submodule command failed\"\n> +fi\n> +\n> +if test -n \"$submodules\"; then\n> +    {\n> +        git ls-files || error \"git ls-files failed\"\n> +        for sm in $submodules; do\n> +            (cd $sm; git ls-files) | sed \"s:^:$sm/:\"\n> +            if test ${PIPESTATUS[0]} -ne 0 -o $? -ne 0; then\n> +                error \"git ls-files in submodule $sm failed\"\n> +            fi\n> +        done\n> +    } | grep -x -v $(for sm in $submodules; do echo \"-e $sm\"; done) > \"$1\".list\n> +else\n> +    git ls-files > \"$1\".list\n> +fi\n> +\n> +if test $? -ne 0; then\n> +    error \"failed to generate list file\"\n> +fi\n> +\n> +tar -cf \"$1\" -T \"$1\".list || error \"failed to create tar file\"\n> +rm \"$1\".list\n\n\n--\nAlex Bennée","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=linaro.org header.i=@linaro.org\n\theader.b=\"hc829jB+\"; dkim-atps=neutral"],"Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xxRtL0fJqz9s7g\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 20 Sep 2017 01:41:14 +1000 (AEST)","from localhost ([::1]:43632 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1duKe8-0007fl-7I\n\tfor incoming@patchwork.ozlabs.org; Tue, 19 Sep 2017 11:41:12 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:52058)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <alex.bennee@linaro.org>) id 1duK7Y-0003MW-KB\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:07:38 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <alex.bennee@linaro.org>) id 1duK7V-0006yB-Rd\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:07:32 -0400","from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:46716)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <alex.bennee@linaro.org>)\n\tid 1duK7V-0006xi-KM\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:07:29 -0400","by mail-wm0-x234.google.com with SMTP id i189so359699wmf.1\n\tfor <qemu-devel@nongnu.org>; Tue, 19 Sep 2017 08:07:29 -0700 (PDT)","from zen.linaro.local ([81.128.185.34])\n\tby smtp.gmail.com with ESMTPSA id\n\tw82sm3374228wme.5.2017.09.19.08.07.27\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tTue, 19 Sep 2017 08:07:27 -0700 (PDT)","from zen (localhost [127.0.0.1])\n\tby zen.linaro.local (Postfix) with ESMTPS id 2D6143E02BD;\n\tTue, 19 Sep 2017 16:07:28 +0100 (BST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google;\n\th=references:user-agent:from:to:cc:subject:in-reply-to:date\n\t:message-id:mime-version:content-transfer-encoding;\n\tbh=tl/lN4ea3+8gsvyTvU5uU82npN/hIkUbbHuY5UfLiO4=;\n\tb=hc829jB+g03ztrydpuR6pXKxUqG8k/DWj4eA0/G9owpQedbJI+72BcLSai3CToeKqy\n\tB10q7mk8InSQHpjEUj+u9D/30C0CyMI8i28Qna0RMrlOAdAjWksWGBuGnXTkk8wIDZPw\n\tfMVRTloc8YIFYpGmHKGJVhwc/kMd3kVc0OmP4=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:references:user-agent:from:to:cc:subject\n\t:in-reply-to:date:message-id:mime-version:content-transfer-encoding; \n\tbh=tl/lN4ea3+8gsvyTvU5uU82npN/hIkUbbHuY5UfLiO4=;\n\tb=iKgLp7s5D9FVd3dtUlFINTT48rsVJRneywNdx78xTZqbFb1R8Rs/xyBBq0OEv1A7wd\n\toZkzddwwcAURge0VNAbBGkRy0k4f+shd83A+mWiMWnUv191HrpiBART7SdTdDnWfOK3J\n\tkMhNV0IgOybM9gYLhPX18A0kzowHmKND3+WFZ5Bd/PcxH+sQxf1/3MxYudMWuJ64tgJt\n\tXkKXszCV2XcksovdWyO6itHj0kuG+uagsbguw3GX7/b5gi6XR3YuzD0eoOjxZimBJi9m\n\tHlvH5Oo7rFSFrnD1nktBC28NN0ceSuAXfJ+wRUPnrZVHT3AfE4xJwpsLmmXSU7Z18xD2\n\tovOg==","X-Gm-Message-State":"AHPjjUhLaIa08ItlOC4tDcV7eTdX5ci/c6axENi0G9zFHo/rKYHL9oEo\n\taf05BJWFkdV7epVIFVIDiaMvew==","X-Google-Smtp-Source":"AOwi7QAXbRe3AHR3QAH0PYLl4aKd4bxfq8UX/YgolSEL2I6QXDiY4sPjkByU578iPBQZNOS0rxlE/w==","X-Received":"by 10.28.92.136 with SMTP id q130mr1373595wmb.104.1505833648410; \n\tTue, 19 Sep 2017 08:07:28 -0700 (PDT)","References":"<20170919072719.11815-1-famz@redhat.com>\n\t<20170919072719.11815-4-famz@redhat.com>","User-agent":"mu4e 0.9.19; emacs 25.3.50.1","From":"Alex =?utf-8?q?Benn=C3=A9e?= <alex.bennee@linaro.org>","To":"Fam Zheng <famz@redhat.com>","In-reply-to":"<20170919072719.11815-4-famz@redhat.com>","Date":"Tue, 19 Sep 2017 16:07:28 +0100","Message-ID":"<877ewuengv.fsf@linaro.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Transfer-Encoding":"8bit","X-detected-operating-system":"by eggs.gnu.org: Genre and OS details not\n\trecognized.","X-Received-From":"2a00:1450:400c:c09::234","Subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org, Philippe\n\t=?utf-8?q?Mathieu-Daud=C3=A9?= <f4bug@amsat.org>,\n\tKamil Rytarowski <kamil@netbsd.org>, stefanha@redhat.com, \n\tCleber Rosa <crosa@redhat.com>, pbonzini@redhat.com","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}},{"id":1771161,"web_url":"http://patchwork.ozlabs.org/comment/1771161/","msgid":"<4ffe9274-996f-8e16-4b79-583e54b17f54@redhat.com>","list_archive_url":null,"date":"2017-09-19T15:10:19","subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","submitter":{"id":6591,"url":"http://patchwork.ozlabs.org/api/people/6591/","name":"Eric Blake","email":"eblake@redhat.com"},"content":"On 09/19/2017 02:27 AM, Fam Zheng wrote:\n> Signed-off-by: Fam Zheng <famz@redhat.com>\n> ---\n>  scripts/archive-source.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++\n>  1 file changed, 46 insertions(+)\n>  create mode 100755 scripts/archive-source.sh\n> \n> diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh\n> new file mode 100755\n> index 0000000000..e155d980ee\n> --- /dev/null\n> +++ b/scripts/archive-source.sh\n> @@ -0,0 +1,46 @@\n> +#!/bin/sh\n\nNeeds to be /bin/bash...\n\n> +        git ls-files || error \"git ls-files failed\"\n> +        for sm in $submodules; do\n> +            (cd $sm; git ls-files) | sed \"s:^:$sm/:\"\n> +            if test ${PIPESTATUS[0]} -ne 0 -o $? -ne 0; then\n> +                error \"git ls-files in submodule $sm failed\"\n\n...because $PIPESTATUS is a useful bashism not present in dash, where\nthe alternative is MUCH more verbose and painful to write in portable shell.\n\nWith just that fixed,\nReviewed-by: Eric Blake <eblake@redhat.com>\n\nIf desired, one other change (not mandatory, but if you want to do it,\nI'll want to re-review):\n\n> +\n> +tar -cf \"$1\" -T \"$1\".list || error \"failed to create tar file\"\n\nIf we exit here, $1.list is not removed...\n\n> +rm \"$1\".list\n\nShould we make removal of the list be controlled by a cleanup trap, to\nalways happen even if something else fails in the interim?  Or is\nleaving it around on failure useful for debugging?","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=eblake@redhat.com"],"Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xxRvL0P6Pz9sBZ\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 20 Sep 2017 01:42:06 +1000 (AEST)","from localhost ([::1]:43636 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1duKey-0008FR-5j\n\tfor incoming@patchwork.ozlabs.org; Tue, 19 Sep 2017 11:42:04 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:54066)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <eblake@redhat.com>) id 1duKAT-00061p-EW\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:10:37 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <eblake@redhat.com>) id 1duKAP-0000l8-1K\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:10:33 -0400","from mx1.redhat.com ([209.132.183.28]:53303)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <eblake@redhat.com>) id 1duKAO-0000kG-Oc\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 11:10:28 -0400","from smtp.corp.redhat.com\n\t(int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id DF39481E01;\n\tTue, 19 Sep 2017 15:10:27 +0000 (UTC)","from [10.10.124.97] (ovpn-124-97.rdu2.redhat.com [10.10.124.97])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 7B93F60241;\n\tTue, 19 Sep 2017 15:10:20 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mx1.redhat.com DF39481E01","To":"Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org","References":"<20170919072719.11815-1-famz@redhat.com>\n\t<20170919072719.11815-4-famz@redhat.com>","From":"Eric Blake <eblake@redhat.com>","Openpgp":"url=http://people.redhat.com/eblake/eblake.gpg","Organization":"Red Hat, Inc.","Message-ID":"<4ffe9274-996f-8e16-4b79-583e54b17f54@redhat.com>","Date":"Tue, 19 Sep 2017 10:10:19 -0500","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170919072719.11815-4-famz@redhat.com>","Content-Type":"multipart/signed; micalg=pgp-sha256;\n\tprotocol=\"application/pgp-signature\";\n\tboundary=\"BRaraGGsFrKUV3uHfItp1A11kDV4wA0IO\"","X-Scanned-By":"MIMEDefang 2.79 on 10.5.11.12","X-Greylist":"Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.25]);\n\tTue, 19 Sep 2017 15:10:28 +0000 (UTC)","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"209.132.183.28","X-Content-Filtered-By":"Mailman/MimeDel 2.1.21","Subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, =?utf-8?q?Philippe_Mathieu-D?=\n\t=?utf-8?b?YXVkw6k=?= <f4bug@amsat.org>,\n\tKamil Rytarowski <kamil@netbsd.org>, stefanha@redhat.com, \n\tCleber Rosa <crosa@redhat.com>, pbonzini@redhat.com,\n\t=?utf-8?q?Alex_Benn=C3=A9e?= <alex.bennee@linaro.org>","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}},{"id":1771523,"web_url":"http://patchwork.ozlabs.org/comment/1771523/","msgid":"<20170920025953.GD18491@lemon>","list_archive_url":null,"date":"2017-09-20T02:59:53","subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","submitter":{"id":24872,"url":"http://patchwork.ozlabs.org/api/people/24872/","name":"Fam Zheng","email":"famz@redhat.com"},"content":"On Tue, 09/19 10:10, Eric Blake wrote:\n> On 09/19/2017 02:27 AM, Fam Zheng wrote:\n> > Signed-off-by: Fam Zheng <famz@redhat.com>\n> > ---\n> >  scripts/archive-source.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++\n> >  1 file changed, 46 insertions(+)\n> >  create mode 100755 scripts/archive-source.sh\n> > \n> > diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh\n> > new file mode 100755\n> > index 0000000000..e155d980ee\n> > --- /dev/null\n> > +++ b/scripts/archive-source.sh\n> > @@ -0,0 +1,46 @@\n> > +#!/bin/sh\n> \n> Needs to be /bin/bash...\n> \n> > +        git ls-files || error \"git ls-files failed\"\n> > +        for sm in $submodules; do\n> > +            (cd $sm; git ls-files) | sed \"s:^:$sm/:\"\n> > +            if test ${PIPESTATUS[0]} -ne 0 -o $? -ne 0; then\n> > +                error \"git ls-files in submodule $sm failed\"\n> \n> ...because $PIPESTATUS is a useful bashism not present in dash, where\n> the alternative is MUCH more verbose and painful to write in portable shell.\n> \n> With just that fixed,\n> Reviewed-by: Eric Blake <eblake@redhat.com>\n> \n> If desired, one other change (not mandatory, but if you want to do it,\n> I'll want to re-review):\n> \n> > +\n> > +tar -cf \"$1\" -T \"$1\".list || error \"failed to create tar file\"\n> \n> If we exit here, $1.list is not removed...\n> \n> > +rm \"$1\".list\n> \n> Should we make removal of the list be controlled by a cleanup trap, to\n> always happen even if something else fails in the interim?  Or is\n> leaving it around on failure useful for debugging?\n\nBetter to cleaned up. Will revise.\n\nFam","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ext-mx09.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com","ext-mx09.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=famz@redhat.com"],"Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xxky61kNGz9s82\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 20 Sep 2017 13:00:28 +1000 (AEST)","from localhost ([::1]:46379 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1duVFS-0002rn-Lo\n\tfor incoming@patchwork.ozlabs.org; Tue, 19 Sep 2017 23:00:26 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:57930)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1duVF5-0002rH-8T\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 23:00:04 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1duVF1-0007E6-Dk\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 23:00:03 -0400","from mx1.redhat.com ([209.132.183.28]:52754)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <famz@redhat.com>) id 1duVF1-0007Cg-7F\n\tfor qemu-devel@nongnu.org; Tue, 19 Sep 2017 22:59:59 -0400","from smtp.corp.redhat.com\n\t(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 00427D6EFC;\n\tWed, 20 Sep 2017 02:59:58 +0000 (UTC)","from localhost (ovpn-12-90.pek2.redhat.com [10.72.12.90])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 6F4A2600C2;\n\tWed, 20 Sep 2017 02:59:55 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mx1.redhat.com 00427D6EFC","Date":"Wed, 20 Sep 2017 10:59:53 +0800","From":"Fam Zheng <famz@redhat.com>","To":"Eric Blake <eblake@redhat.com>","Message-ID":"<20170920025953.GD18491@lemon>","References":"<20170919072719.11815-1-famz@redhat.com>\n\t<20170919072719.11815-4-famz@redhat.com>\n\t<4ffe9274-996f-8e16-4b79-583e54b17f54@redhat.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<4ffe9274-996f-8e16-4b79-583e54b17f54@redhat.com>","User-Agent":"Mutt/1.8.3 (2017-05-23)","X-Scanned-By":"MIMEDefang 2.79 on 10.5.11.11","X-Greylist":"Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.38]);\n\tWed, 20 Sep 2017 02:59:58 +0000 (UTC)","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"209.132.183.28","Subject":"Re: [Qemu-devel] [PATCH v9 03/13] scripts: Add archive-source.sh","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org, Philippe\n\t=?iso-8859-1?q?Mathieu-Daud=E9?= <f4bug@amsat.org>,\n\tKamil Rytarowski <kamil@netbsd.org>, stefanha@redhat.com, \n\tCleber Rosa <crosa@redhat.com>, pbonzini@redhat.com, Alex\n\t=?iso-8859-1?q?Benn=E9e?= <alex.bennee@linaro.org>","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}}]