aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-10-19 10:49:37 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-10-19 10:49:37 -0400
commit47f722e4cde10b9c0531f8c0791e9c9445b05a7a (patch)
tree07bf44e675d31f47634b4a567f149be80361573d
parent534b8325aa29eb6e76e7652e749ff73a56903645 (diff)
downloadprocmail-47f722e4cde10b9c0531f8c0791e9c9445b05a7a.tar.gz
Add rules to force alsa-devel as linux-soundHEADmaster
The plan is to migrate alsa-devel to linux-sound and keep patchwork working for both for the transition period. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--linux-sound.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-sound.rc b/linux-sound.rc
new file mode 100644
index 0000000..3768973
--- /dev/null
+++ b/linux-sound.rc
@@ -0,0 +1,12 @@
+# Used to combine linux-sound and alsa-devel into
+# single linux-sound patch feed
+INCLUDERC=/var/lib/patchwork_procmail/common.rc
+
+:0 hfw
+* ^Subject: \[[^]]*RFC[^]]*\]
+| formail -a "X-Patchwork-State: RFC"
+
+:0 w
+| $PARSEMAIL --list-id linux-sound.vger.kernel.org
+
+# vim: ts=2 sw=2 sts=2 et syntax=procmail