Show a cover letter.

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

{
    "id": 813629,
    "url": "http://patchwork.ozlabs.org/api/covers/813629/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20170913214256.8031-1-vagrant@debian.org/",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170913214256.8031-1-vagrant@debian.org>",
    "list_archive_url": null,
    "date": "2017-09-13T21:42:52",
    "name": "[U-Boot,v2,0/4] Switch odroid to use distro_bootcmd.",
    "submitter": {
        "id": 64909,
        "url": "http://patchwork.ozlabs.org/api/people/64909/?format=api",
        "name": "Vagrant Cascadian",
        "email": "vagrant@debian.org"
    },
    "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20170913214256.8031-1-vagrant@debian.org/mbox/",
    "series": [
        {
            "id": 2987,
            "url": "http://patchwork.ozlabs.org/api/series/2987/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=2987",
            "date": "2017-09-13T21:42:52",
            "name": "Switch odroid to use distro_bootcmd.",
            "version": 2,
            "mbox": "http://patchwork.ozlabs.org/series/2987/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/813629/comments/",
    "headers": {
        "Return-Path": "<u-boot-bounces@lists.denx.de>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org",
        "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xswBm4Pqxz9s5L\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 07:43:10 +1000 (AEST)",
            "by lists.denx.de (Postfix, from userid 105)\n\tid B5EB8C22536; Wed, 13 Sep 2017 21:43:05 +0000 (UTC)",
            "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 2FE4FC223DA;\n\tWed, 13 Sep 2017 21:43:03 +0000 (UTC)",
            "by lists.denx.de (Postfix, from userid 105)\n\tid A2158C223DA; Wed, 13 Sep 2017 21:43:01 +0000 (UTC)",
            "from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101])\n\tby lists.denx.de (Postfix) with ESMTP id 5A963C22188\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 21:43:00 +0000 (UTC)",
            "from localhost (unknown [75.164.166.0])\n\t(Authenticated sender: vagrant@aikidev.net)\n\tby cascadia.aikidev.net (Postfix) with ESMTPSA id 3869F1AB44;\n\tWed, 13 Sep 2017 14:42:59 -0700 (PDT)"
        ],
        "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de",
        "X-Spam-Level": "",
        "X-Spam-Status": "No, score=0.0 required=5.0 tests=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0",
        "From": "Vagrant Cascadian <vagrant@debian.org>",
        "To": "u-boot@lists.denx.de",
        "Date": "Wed, 13 Sep 2017 14:42:52 -0700",
        "Message-Id": "<20170913214256.8031-1-vagrant@debian.org>",
        "X-Mailer": "git-send-email 2.11.0",
        "Cc": "Vagrant Cascadian <vagrant@debian.org>",
        "Subject": "[U-Boot] [v2 PATCH 0/4] Switch odroid to use distro_bootcmd.",
        "X-BeenThere": "u-boot@lists.denx.de",
        "X-Mailman-Version": "2.1.18",
        "Precedence": "list",
        "List-Id": "U-Boot discussion <u-boot.lists.denx.de>",
        "List-Unsubscribe": "<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>",
        "List-Archive": "<http://lists.denx.de/pipermail/u-boot/>",
        "List-Post": "<mailto:u-boot@lists.denx.de>",
        "List-Help": "<mailto:u-boot-request@lists.denx.de?subject=help>",
        "List-Subscribe": "<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "base64",
        "Errors-To": "u-boot-bounces@lists.denx.de",
        "Sender": "\"U-Boot\" <u-boot-bounces@lists.denx.de>"
    },
    "content": "Using distro_bootcmd standardizes board behavior across many\nplatforms. This is particularly useful for distributions supporting\nmultiple boards without requiring custom configuration for each board.\n\nThere are a few changes needed to support distro_bootcmd, such as\nfixing the default value for the console setting, increasing the\nenvironment size, and allowing distro bootcmd to set the default\nbootdelay.\n\nThese patches have been used in Debian's u-boot packaging since May of\n2016.\n\n\nVagrant Cascadian (4):\n  Fix default console on odroid to only specify the device, as\n    \"console=\" is redundant with the boot environment.\n  Increase the default environment size on odroid, as\n    config_distro_bootcmd requires a more space for the environment.\n  Switch odroid to use config_distro_bootcmd.\n  Inherit default value for bootdelay from distro_bootcmd on odroid.\n\n include/configs/odroid.h | 24 +++++++++++++++++++-----\n 1 file changed, 19 insertions(+), 5 deletions(-)"
}