"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.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 <quentin.schulz@cherry.de>
Acked-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Tom Rini <trini@konsulko.com>

Tom Rini 8e263e3a e8ec8d98

+5
+5
.b4-config
··· 4 4 [b4] 5 5 send-auto-to-cmd = scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom 6 6 send-auto-cc-cmd = scripts/get_maintainer.pl --nogit-fallback --nogit-chief-penguins --norolestats --nol 7 + # Patchwork integration. You still need to set pw-key to your API key 8 + pw-url = https://patchwork.ozlabs.org/ 9 + pw-project = uboot 10 + pw-review-state = under-review 11 + pw-accept-state = accepted