]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch-report.json: Rename from status-config.json
authorW. Trevor King <wking@tremily.us>
Sat, 2 Jan 2016 06:08:03 +0000 (22:08 -0800)
committerDavid Bremner <david@tethera.net>
Thu, 24 Mar 2016 10:41:06 +0000 (07:41 -0300)
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
devel/nmbug/notmuch-report.json [new file with mode: 0644]
devel/nmbug/status-config.json [deleted file]

index 94be6717c5f6fbbf012309f50b5a12771b8154ad..8ddcf41c4d6d66ab487e2887e3fce7359a05e555 100755 (executable)
@@ -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 (file)
index 0000000..48b6f19
--- /dev/null
@@ -0,0 +1,70 @@
+{
+    "meta": {
+        "title": "Notmuch Patches",
+        "blurb": "For more information see <a href=\"http://notmuchmail.org/nmbug\">nmbug</a>"
+    },
+
+    "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 (file)
index 48b6f19..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-{
-    "meta": {
-        "title": "Notmuch Patches",
-        "blurb": "For more information see <a href=\"http://notmuchmail.org/nmbug\">nmbug</a>"
-    },
-
-    "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"
-       }
-    ]
-}