Message ID | 20240914-add-b4-config-v1-1-ed57b7ed6eae@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 84d0b5e2bb8424a203a46847671424b091594a24 |
Headers | show |
Series | [bluez] contribution: add b4 config | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=890397 ---Test result--- Test Summary: CheckPatch PASS 0.46 seconds GitLint PASS 0.34 seconds BuildEll PASS 24.42 seconds BluezMake PASS 1768.84 seconds MakeCheck PASS 14.09 seconds MakeDistcheck PASS 179.96 seconds CheckValgrind PASS 253.04 seconds CheckSmatch PASS 353.99 seconds bluezmakeextell PASS 119.62 seconds IncrementalBuild PASS 1528.58 seconds ScanBuild PASS 1057.61 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Sat, 14 Sep 2024 22:28:53 +0800 you wrote: > Add b4[1] config so b4 user can contribute more smoothly, especially > send prefix. > > [1]: https://github.com/mricon/b4 > > Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com> > > [...] Here is the summary with links: - [bluez] contribution: add b4 config https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=84d0b5e2bb84 You are awesome, thank you!
diff --git a/.b4-config b/.b4-config new file mode 100644 index 0000000000000000000000000000000000000000..18c37b33bd143deb26d5ef4d35a906dfcac2e463 --- /dev/null +++ b/.b4-config @@ -0,0 +1,6 @@ +[b4] + midmask = https://lore.kernel.org/%s + linkmask = https://patch.msgid.link/%s + send-series-to = Linux Bluetooth <linux-bluetooth@vger.kernel.org> + send-endpoint-web = https://lkml.kernel.org/_b4_submit + send-prefixes = bluez
Add b4[1] config so b4 user can contribute more smoothly, especially send prefix. [1]: https://github.com/mricon/b4 Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com> --- .b4-config | 6 ++++++ 1 file changed, 6 insertions(+) --- base-commit: 41f943630d9a03c40e95057b2ac3d96470b9c71e change-id: 20240914-add-b4-config-663f09f0e810 Best regards,