summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-13 00:29:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-13 14:24:16 -0700
commita9ef124e3f40c4ce396f5fd0c62f41c2bba55a1b (patch)
tree83a675f6a5dea6af5e57507f8029fdbae6f42a20 /.mrconfig.in
parentce03b96d7e542ce7019a35c544dfe9fa39b86904 (diff)
downloaddotfiles-a9ef124e3f40c4ce396f5fd0c62f41c2bba55a1b.tar.gz
nmbug-spw autoci: fix counting changes & exclude unknown messages
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 8b82198f..b64ef08f 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -689,7 +689,7 @@ commit = nmbug-spw commit
# checkout` needed)
# - doing any committing when there are known remote changes.
autoci =
- nmbug-spw status | perl -ne'/^.[a-z]\s/ || $. > 500 and exit 1' \
+ nmbug-spw status | perl -ne'/^[AD][ad]?\s/ and $i++ > 500 and exit 1' \
&& nmbug-spw commit
skip = ! [ -e "$HOME/local/auth/fmailsyncpass" ]