Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/1.2/patches/809883/?format=api
{ "id": 809883, "url": "http://patchwork.ozlabs.org/api/1.2/patches/809883/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/20170905011904.3558-1-alison@peloton-tech.com/", "project": { "id": 18, "url": "http://patchwork.ozlabs.org/api/1.2/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": "<20170905011904.3558-1-alison@peloton-tech.com>", "list_archive_url": null, "date": "2017-09-05T01:19:04", "name": "[U-Boot] doc: remove duplicate text in README.gpt", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "52ea661331953346c8b8dd576c7f081437988eb0", "submitter": { "id": 69170, "url": "http://patchwork.ozlabs.org/api/1.2/people/69170/?format=api", "name": "Alison Chaiken", "email": "alison@peloton-tech.com" }, "delegate": { "id": 3651, "url": "http://patchwork.ozlabs.org/api/1.2/users/3651/?format=api", "username": "trini", "first_name": "Tom", "last_name": "Rini", "email": "trini@ti.com" }, "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/20170905011904.3558-1-alison@peloton-tech.com/mbox/", "series": [ { "id": 1474, "url": "http://patchwork.ozlabs.org/api/1.2/series/1474/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=1474", "date": "2017-09-05T01:19:04", "name": "[U-Boot] doc: remove duplicate text in README.gpt", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/1474/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/809883/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/809883/checks/", "tags": {}, "related": [], "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 3xmTQN4F4zz9s7h\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 5 Sep 2017 11:19:23 +1000 (AEST)", "by lists.denx.de (Postfix, from userid 105)\n\tid BB6D8C21F2C; Tue, 5 Sep 2017 01:19:14 +0000 (UTC)", "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id A6A78C21D70;\n\tTue, 5 Sep 2017 01:19:12 +0000 (UTC)", "by lists.denx.de (Postfix, from userid 105)\n\tid 4C2AFC21D70; Tue, 5 Sep 2017 01:19:11 +0000 (UTC)", "from bonnet.exerciseforthereader.org\n\t(173-228-89-192.dsl.static.fusionbroadband.com [173.228.89.192])\n\tby lists.denx.de (Postfix) with ESMTP id C2CCFC21C6D\n\tfor <u-boot@lists.denx.de>; Tue, 5 Sep 2017 01:19:10 +0000 (UTC)", "by bonnet.exerciseforthereader.org (Postfix, from userid 1000)\n\tid B59E85F77E; Mon, 4 Sep 2017 18:19:07 -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": "alison@peloton-tech.com", "To": "u-boot@lists.denx.de", "Date": "Mon, 4 Sep 2017 18:19:04 -0700", "Message-Id": "<20170905011904.3558-1-alison@peloton-tech.com>", "X-Mailer": "git-send-email 2.14.1", "Cc": "alison@peloton-tech.com, alison@she-devel.com", "Subject": "[U-Boot] [PATCH] doc: remove duplicate text in README.gpt", "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": "From: Alison Chaiken <alison@she-devel.com>\n\nSigned-off-by: Alison Chaiken <alison@she-devel.com>\n---\n doc/README.gpt | 10 ----------\n 1 file changed, 10 deletions(-)", "diff": "diff --git a/doc/README.gpt b/doc/README.gpt\nindex 517df551e7..d3db8bce1c 100644\n--- a/doc/README.gpt\n+++ b/doc/README.gpt\n@@ -233,16 +233,6 @@ The GPT functionality may be tested with the 'sandbox' board by\n creating a disk image as described under 'Block Device Emulation' in\n board/sandbox/README.sandbox:\n \n-=>host bind 0 ./disk.raw\n-=> gpt read host 0\n-[ . . . ]\n-=> gpt flip host 0\n-[ . . . ]\n-\n-The GPT functionality may be tested with the 'sandbox' board by\n-creating a disk image as described under 'Block Device Emulation' in\n-board/sandbox/README.sandbox:\n-\n =>host bind 0 ./disk.raw\n => gpt read host 0\n [ . . . ]\n", "prefixes": [ "U-Boot" ] }