From 399c857ebaeafb3bb68caaa659b87ba371e7426b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 1 Jan 2016 22:08:03 -0800 Subject: [PATCH] notmuch-report.json: Rename from status-config.json 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/{status-config.json => notmuch-report.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename devel/nmbug/{status-config.json => notmuch-report.json} (100%) diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report index 94be6717..8ddcf41c 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/status-config.json b/devel/nmbug/notmuch-report.json similarity index 100% rename from devel/nmbug/status-config.json rename to devel/nmbug/notmuch-report.json -- 2.39.2