From: David Bremner Date: Sun, 16 Aug 2020 14:32:28 +0000 (-0300) Subject: devel/release-checks.sh: use grep to find copyright year. X-Git-Tag: 0.31_rc0^0 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8776faf6d5118e8152ecfacf94accf35ccebf1d2;hp=8776faf6d5118e8152ecfacf94accf35ccebf1d2;p=notmuch devel/release-checks.sh: use grep to find copyright year. This is quite fragile, but it works for now, unlike the python version. In general it seems conf.py is not intended to be evaluated outside of sphinx, as it assumes certain global names (in particular "tags") are defined. ---