From a7ee3dba3d5cdc56ffa349aa13f23285e6a49630 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 29 Apr 2019 23:28:15 +0100 Subject: [PATCH] Add systrace_args.c to the list of files to stop on. This should catch most cases where "make sysent" was run (which means we need to run it to regenerate CheriABI syscalls). --- .mergify_pause_paths | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify_pause_paths b/.mergify_pause_paths index 3ef7ca5a82d5..dd640cb46292 100644 --- a/.mergify_pause_paths +++ b/.mergify_pause_paths @@ -1 +1 @@ -^(contrib/jemalloc|sys/kern/(capabilities.conf|syscalls.master)|usr.bin/truss) +^(contrib/jemalloc|sys/kern/(capabilities.conf|syscalls.master|systrace_args.c)|usr.bin/truss)