get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/41094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 41094,
    "url": "https://patches.dpdk.org/api/patches/41094/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180614095127.16245-8-gavin.hu@arm.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20180614095127.16245-8-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180614095127.16245-8-gavin.hu@arm.com",
    "date": "2018-06-14T09:51:27",
    "name": "[v6,7/7] devtools: expand meson cross compiling coverage",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "c261597cc086ee6d87e05b998173f872d37d1bd1",
    "submitter": {
        "id": 1018,
        "url": "https://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180614095127.16245-8-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 120,
            "url": "https://patches.dpdk.org/api/series/120/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=120",
            "date": "2018-06-14T09:51:20",
            "name": "*** fix the cross compile errors ***",
            "version": 6,
            "mbox": "https://patches.dpdk.org/series/120/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/41094/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/41094/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 0A56D1E982;\n\tThu, 14 Jun 2018 11:52:00 +0200 (CEST)",
            "from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id 96E741E367;\n\tThu, 14 Jun 2018 11:51:50 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 09CBE1529;\n\tThu, 14 Jun 2018 02:51:50 -0700 (PDT)",
            "from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com\n\t[10.169.36.53])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\t8E2163F59D; Thu, 14 Jun 2018 02:51:49 -0700 (PDT)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "stable@dpdk.org",
        "Date": "Thu, 14 Jun 2018 17:51:27 +0800",
        "Message-Id": "<20180614095127.16245-8-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<20180614095127.16245-1-gavin.hu@arm.com>",
        "References": "<1527590616-28299-1-git-send-email-gavin.hu@arm.com>\n\t<20180614095127.16245-1-gavin.hu@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v6 7/7] devtools: expand meson cross compiling\n\tcoverage",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The default test script covers only default host cc compiler, either gcc or\nclang, the fix is to cover both, gcc and clang. And also the build dirs are\nchanged to *-host-$c, indicating the difference of cc used.\n\nFixes: a55277a788 (\"devtools: add test script for meson builds\")\nCc: stable@dpdk.org\n\nSigned-off-by: Gavin Hu <gavin.hu@arm.com>\nReviewed-by: Phil Yang <phil.yang@arm.com>\nReviewed-by: Song Zhu <song.zhu@arm.com>\n---\n devtools/test-meson-builds.sh | 9 ++++++---\n 1 file changed, 6 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh\nindex 4afac76dd..74fe5abc8 100755\n--- a/devtools/test-meson-builds.sh\n+++ b/devtools/test-meson-builds.sh\n@@ -47,7 +47,10 @@ for f in config/arm/arm*gcc ; do\n \t\techo \"## ERROR: aarch64-linux-gnu-gcc is missing...\"\n \t\texit 1\n \tfi\n-\texport CC=\"ccache gcc\"\n-\tbuild build-$(basename $f | tr '_' '-' | cut -d'-' -f-2) --cross-file $f\n-\tunset CC\n+\tfor c in gcc clang ; do\n+        export CC=\"ccache $c\"\n+        build build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)-host-$c \\\n+             --cross-file $f\n+        unset CC\n+\tdone\n done\n",
    "prefixes": [
        "v6",
        "7/7"
    ]
}