From 1db1ea936c75b4afe3e8b1188e86740f378c2041 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 2 Jan 2016 22:08:03 +1600 Subject: [PATCH] [PATCH 3/5] notmuch-report.json: Rename from status-config.json --- 6f/0da963d157b4dff30d91ccb05d0513e0967093 | 251 ++++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 6f/0da963d157b4dff30d91ccb05d0513e0967093 diff --git a/6f/0da963d157b4dff30d91ccb05d0513e0967093 b/6f/0da963d157b4dff30d91ccb05d0513e0967093 new file mode 100644 index 000000000..bf358ccc4 --- /dev/null +++ b/6f/0da963d157b4dff30d91ccb05d0513e0967093 @@ -0,0 +1,251 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 3FD546DE1B42 + for ; Fri, 1 Jan 2016 22:10:38 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" +X-Spam-Flag: NO +X-Spam-Score: 0.04 +X-Spam-Level: +X-Spam-Status: No, score=0.04 tagged_above=-999 required=5 tests=[AWL=0.041, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, + SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id yQEec6LU3FQH for ; + Fri, 1 Jan 2016 22:10:36 -0800 (PST) +Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net + [96.114.154.171]) + by arlo.cworth.org (Postfix) with ESMTPS id 3D83F6DE1B46 + for ; Fri, 1 Jan 2016 22:10:01 -0800 (PST) +Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) + by resqmta-po-12v.sys.comcast.net with comcast + id 0uA11s00257bBgG01uA1HT; Sat, 02 Jan 2016 06:10:01 +0000 +Received: from mail.tremily.us ([73.221.72.168]) + by resomta-po-13v.sys.comcast.net with comcast + id 0u7z1s00L3dr3C901u80CJ; Sat, 02 Jan 2016 06:08:00 +0000 +Received: from ullr.tremily.us (unknown [192.168.10.7]) + by mail.tremily.us (Postfix) with ESMTPS id A1C8E1B2F581; + Fri, 1 Jan 2016 22:07:59 -0800 (PST) +Received: (nullmailer pid 15183 invoked by uid 1000); + Sat, 02 Jan 2016 06:08:07 -0000 +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Cc: David Bremner , + Tomi Ollila , Jani Nikula , + Carl Worth , "W. Trevor King" +Subject: [PATCH 3/5] notmuch-report.json: Rename from status-config.json +Date: Fri, 1 Jan 2016 22:08:03 -0800 +Message-Id: + +X-Mailer: git-send-email 2.1.0.60.g85f0837 +In-Reply-To: +References: +In-Reply-To: +References: +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20140121; t=1451715001; + bh=85cYEyyo1sHtyYWtXrbW/lFST8aaQmPZGrN62gvvd8A=; + h=Received:Received:Received:Received:From:To:Subject:Date: + Message-Id; + b=Hxrvh7kyVIRW/MVScmyzv7W7VIE+xAf5J/uf4Gd6S69iI2EE6pnUVqOZqpeVJYhbm + 9OeUnmGu5+Zc0Tbu4e8ZMFUFHtzdT8wdSglR/QIGV4Qbt1orLI5x+eqLi9j3aITIvz + KJ0bUSuSa4ZuwgrgrieP5MB/UCexyxZUph+8nDLV20b5V/A72l2cMK2Q+7yKcFBWBh + mZb9UFgPKJ24hnhHOx5IBESmG1qBM19oG5m2yOM7PkkYBaztqdRxdGzBssvjB2O/Yp + si1S65vm+rg760YxVokJpatubh3wgAGW2w17Q1txoAjlHqeJaOnzcq8v4n9Q8tVJlN + oT67+ghj7M01g== +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 02 Jan 2016 06:10:38 -0000 + +status-config.json wasn't obviously associated with the old +nmubg-status, now notmuch-report. The new name is +${CONFIGURED_SCRIPT}.json, so the association should be clear. +--- + devel/nmbug/notmuch-report | 2 +- + devel/nmbug/notmuch-report.json | 70 +++++++++++++++++++++++++++++++++++++++++ + devel/nmbug/status-config.json | 70 ----------------------------------------- + 3 files changed, 71 insertions(+), 71 deletions(-) + create mode 100644 devel/nmbug/notmuch-report.json + delete mode 100644 devel/nmbug/status-config.json + +diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report +index 22e3b5b..5425e06 100755 +--- a/devel/nmbug/notmuch-report ++++ b/devel/nmbug/notmuch-report +@@ -88,7 +88,7 @@ def read_config(path=None, encoding=None): + else: + nmbhome = os.getenv('NMBGIT', os.path.expanduser('~/.nmbug')) + branch = 'config' +- filename = 'status-config.json' ++ filename = 'notmuch-report.json' + + # read only the first line from the pipe + sha1_bytes = subprocess.Popen( +diff --git a/devel/nmbug/notmuch-report.json b/devel/nmbug/notmuch-report.json +new file mode 100644 +index 0000000..b926946 +--- /dev/null ++++ b/devel/nmbug/notmuch-report.json +@@ -0,0 +1,70 @@ ++{ ++ "meta": { ++ "title": "Notmuch Patches", ++ "blurb": "For more information see nmbug" ++ }, ++ ++ "views": [ ++ { ++ "comment": "Unresolved bugs (or just need tag updating).", ++ "query": [ ++ "tag:notmuch::bug", ++ "not tag:notmuch::fixed", ++ "not tag:notmuch::wontfix" ++ ], ++ "title": "Bugs" ++ }, ++ { ++ "comment": "These patches are under consideration for pushing.", ++ "query": [ ++ "tag:notmuch::patch and not tag:notmuch::pushed", ++ "not tag:notmuch::obsolete and not tag:notmuch::wip", ++ "not tag:notmuch::stale and not tag:notmuch::contrib", ++ "not tag:notmuch::moreinfo", ++ "not tag:notmuch::python", ++ "not tag:notmuch::vim", ++ "not tag:notmuch::wontfix", ++ "not tag:notmuch::needs-review" ++ ], ++ "title": "Maybe Ready (Core and Emacs)" ++ }, ++ { ++ "comment": "These python related patches might be ready to push, or they might just need updated tags.", ++ "query": [ ++ "tag:notmuch::patch and not tag:notmuch::pushed", ++ "not tag:notmuch::obsolete and not tag:notmuch::wip", ++ "not tag:notmuch::stale and not tag:notmuch::contrib", ++ "not tag:notmuch::moreinfo", ++ "not tag:notmuch::wontfix", ++ " tag:notmuch::python", ++ "not tag:notmuch::needs-review" ++ ], ++ "title": "Maybe Ready (Python)" ++ }, ++ { ++ "comment": "These vim related patches might be ready to push, or they might just need updated tags.", ++ "query": [ ++ "tag:notmuch::patch and not tag:notmuch::pushed", ++ "not tag:notmuch::obsolete and not tag:notmuch::wip", ++ "not tag:notmuch::stale and not tag:notmuch::contrib", ++ "not tag:notmuch::moreinfo", ++ "not tag:notmuch::wontfix", ++ "tag:notmuch::vim", ++ "not tag:notmuch::needs-review" ++ ], ++ "title": "Maybe Ready (vim)" ++ }, ++ { ++ "comment": "These patches are under review, or waiting for feedback.", ++ "query": [ ++ "tag:notmuch::patch", ++ "not tag:notmuch::pushed", ++ "not tag:notmuch::obsolete", ++ "not tag:notmuch::stale", ++ "not tag:notmuch::wontfix", ++ "(tag:notmuch::moreinfo or tag:notmuch::needs-review)" ++ ], ++ "title": "Review" ++ } ++ ] ++} +diff --git a/devel/nmbug/status-config.json b/devel/nmbug/status-config.json +deleted file mode 100644 +index b926946..0000000 +--- a/devel/nmbug/status-config.json ++++ /dev/null +@@ -1,70 +0,0 @@ +-{ +- "meta": { +- "title": "Notmuch Patches", +- "blurb": "For more information see nmbug" +- }, +- +- "views": [ +- { +- "comment": "Unresolved bugs (or just need tag updating).", +- "query": [ +- "tag:notmuch::bug", +- "not tag:notmuch::fixed", +- "not tag:notmuch::wontfix" +- ], +- "title": "Bugs" +- }, +- { +- "comment": "These patches are under consideration for pushing.", +- "query": [ +- "tag:notmuch::patch and not tag:notmuch::pushed", +- "not tag:notmuch::obsolete and not tag:notmuch::wip", +- "not tag:notmuch::stale and not tag:notmuch::contrib", +- "not tag:notmuch::moreinfo", +- "not tag:notmuch::python", +- "not tag:notmuch::vim", +- "not tag:notmuch::wontfix", +- "not tag:notmuch::needs-review" +- ], +- "title": "Maybe Ready (Core and Emacs)" +- }, +- { +- "comment": "These python related patches might be ready to push, or they might just need updated tags.", +- "query": [ +- "tag:notmuch::patch and not tag:notmuch::pushed", +- "not tag:notmuch::obsolete and not tag:notmuch::wip", +- "not tag:notmuch::stale and not tag:notmuch::contrib", +- "not tag:notmuch::moreinfo", +- "not tag:notmuch::wontfix", +- " tag:notmuch::python", +- "not tag:notmuch::needs-review" +- ], +- "title": "Maybe Ready (Python)" +- }, +- { +- "comment": "These vim related patches might be ready to push, or they might just need updated tags.", +- "query": [ +- "tag:notmuch::patch and not tag:notmuch::pushed", +- "not tag:notmuch::obsolete and not tag:notmuch::wip", +- "not tag:notmuch::stale and not tag:notmuch::contrib", +- "not tag:notmuch::moreinfo", +- "not tag:notmuch::wontfix", +- "tag:notmuch::vim", +- "not tag:notmuch::needs-review" +- ], +- "title": "Maybe Ready (vim)" +- }, +- { +- "comment": "These patches are under review, or waiting for feedback.", +- "query": [ +- "tag:notmuch::patch", +- "not tag:notmuch::pushed", +- "not tag:notmuch::obsolete", +- "not tag:notmuch::stale", +- "not tag:notmuch::wontfix", +- "(tag:notmuch::moreinfo or tag:notmuch::needs-review)" +- ], +- "title": "Review" +- } +- ] +-} +-- +2.1.0.60.g85f0837 + -- 2.26.2