From: W. Trevor King Date: Sat, 2 Jan 2016 06:08:03 +0000 (-0800) Subject: notmuch-report.json: Rename from status-config.json X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/399c857ebaeafb3bb68caaa659b87ba371e7426b 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. --- 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