diff options
| author | Tom Rini <[email protected]> | 2026-01-21 09:19:30 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-28 12:56:51 -0600 |
| commit | 8e263e3a76e353f0e7e559a4c82fcab2e488d8d5 (patch) | |
| tree | b0bf8233e21f263fa8f44db74d9c6ea02697308e | |
| parent | e8ec8d980a31c4a1d665e4aa9089d6aa27cb0d0b (diff) | |
.b4-config: Add some patchwork related settings
To make it easier for custodians to use b4 with patchwork, add some
defaults to the in-tree .b4-config. The API key will still have to be
configured.
Suggested-by: Quentin Schulz <[email protected]>
Acked-by: Quentin Schulz <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | .b4-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.b4-config b/.b4-config index 1f9ada793e6..dd9041c435c 100644 --- a/.b4-config +++ b/.b4-config @@ -4,3 +4,8 @@ [b4] send-auto-to-cmd = scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom send-auto-cc-cmd = scripts/get_maintainer.pl --nogit-fallback --nogit-chief-penguins --norolestats --nol + # Patchwork integration. You still need to set pw-key to your API key + pw-url = https://patchwork.ozlabs.org/ + pw-project = uboot + pw-review-state = under-review + pw-accept-state = accepted |
