Show a cover letter.

GET /api/covers/64341/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 64341,
    "url": "http://patches.dpdk.org/api/covers/64341/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200109115631.500056-1-bruce.richardson@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20200109115631.500056-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200109115631.500056-1-bruce.richardson@intel.com",
    "date": "2020-01-09T11:56:25",
    "name": "[0/6] meson build improvements",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200109115631.500056-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 8030,
            "url": "http://patches.dpdk.org/api/series/8030/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8030",
            "date": "2020-01-09T11:56:25",
            "name": "meson build improvements",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8030/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/64341/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id E2D99A046B;\n\tThu,  9 Jan 2020 12:56:40 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 421721DBED;\n\tThu,  9 Jan 2020 12:56:40 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n by dpdk.org (Postfix) with ESMTP id D39311DBE6\n for <dev@dpdk.org>; Thu,  9 Jan 2020 12:56:38 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 09 Jan 2020 03:56:37 -0800",
            "from silpixa00399126.ir.intel.com (HELO\n silpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n by fmsmga002.fm.intel.com with ESMTP; 09 Jan 2020 03:56:36 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.69,413,1571727600\"; d=\"scan'208\";a=\"254571885\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "david.marchand@6wind.com,\n\tjohn.mcnamara@intel.com,\n\tbluca@debian.org",
        "Cc": "dev@dpdk.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Thu,  9 Jan 2020 11:56:25 +0000",
        "Message-Id": "<20200109115631.500056-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.24.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/6] meson build improvements",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "These patches make some improvements to the meson build, particularly\nfor documentation. They also remove many, but not all warnings issued by\nmeson e.g. warnings about newer features unsupported in baseline.\n\nThe biggest change is to improve the handling of the guide html docs.\nThe change here is more significant, and the doc build now uses a\nwrapper script around sphinx. This wrapper script allows us to output\ncorrect dependency information for the sphinx build in a .d file. This\n.d file is processed by ninja (not meson) on build, so that any changes\nto doc files trigger a rebuild to the guides using sphinx.\n\nFor now, the two patches which remove the meson version warnings are\nCC'ed to stable for backport, theoretically this who set could be\nbackported if so desired, as all changes could be considered fixes to\nsome degree or other, and nothing introduces a whole new feature.\n\nNote: for completeness and simplicity, previously submitted patch\nhttp://patches.dpdk.org/patch/64189/ is included in this set, and will\nbe marked superceded in patchwork.\n\nBruce Richardson (6):\n  kernel/linux/kni: fix meson warning about console keyword\n  build: skip processing docs folder if docs disabled\n  doc/api: fix warning with meson build\n  doc/guides: reduce whitespace in meson build file\n  doc/guides: rebuild with meson whenever a file changes\n  doc/api: reduce indentation in meson build file\n\n buildtools/call-sphinx-build.py | 29 ++++++++++\n buildtools/meson.build          |  6 +-\n doc/api/meson.build             | 99 +++++++++++++++++----------------\n doc/guides/meson.build          | 38 ++++++-------\n doc/meson.build                 |  4 ++\n kernel/linux/kni/meson.build    |  1 -\n 6 files changed, 104 insertions(+), 73 deletions(-)\n create mode 100755 buildtools/call-sphinx-build.py"
}