linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH] monitor: Remove Pygments dependency from manpage
@ 2021-05-07  0:56 Tedd Ho-Jeong An
  2021-05-07  1:30 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-05-07  0:56 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch removes the Pygments dependency from btmon .rst file.
When the code-block type is specified, the rst2man throws a warning
asking for Pygments package.
---
 monitor/btmon.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/monitor/btmon.rst b/monitor/btmon.rst
index c59fdde62..0ab13eb2e 100644
--- a/monitor/btmon.rst
+++ b/monitor/btmon.rst
@@ -148,14 +148,14 @@ EXAMPLES
 Capture the traces from hci0 to hcidump.log file
 ------------------------------------------------
 
-.. code-block:: bash
+.. code-block::
 
    $ btmon -i hci0 -w hcidump.log
 
 Open the trace file
 -------------------
 
-.. code-block:: bash
+.. code-block::
 
    $ btmon -r hcidump.log
 
-- 
2.26.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ] monitor: Remove Pygments dependency from manpage
  2021-05-07  0:56 [BlueZ PATCH] monitor: Remove Pygments dependency from manpage Tedd Ho-Jeong An
@ 2021-05-07  1:30 ` bluez.test.bot
  2021-05-10 18:19   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: bluez.test.bot @ 2021-05-07  1:30 UTC (permalink / raw)
  To: linux-bluetooth, hj.tedd.an

[-- Attachment #1: Type: text/plain, Size: 2296 bytes --]

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=478179

---Test result---

Test Summary:
CheckPatch                    PASS      0.90 seconds
GitLint                       PASS      0.12 seconds
Prep - Setup ELL              PASS      47.68 seconds
Build - Prep                  PASS      0.11 seconds
Build - Configure             PASS      8.37 seconds
Build - Make                  PASS      203.26 seconds
Make Check                    PASS      9.58 seconds
Make Dist                     PASS      12.87 seconds
Make Dist - Configure         PASS      5.15 seconds
Make Dist - Make              PASS      81.78 seconds
Build w/ext ELL - Configure   PASS      8.41 seconds
Build w/ext ELL - Make        PASS      190.81 seconds

Details
##############################
Test: CheckPatch - PASS
Desc: Run checkpatch.pl script with rule in .checkpatch.conf

##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - PASS
Desc: Build the BlueZ source tree

##############################
Test: Make Check - PASS
Desc: Run 'make check'

##############################
Test: Make Dist - PASS
Desc: Run 'make dist' and build the distribution tarball

##############################
Test: Make Dist - Configure - PASS
Desc: Configure the source from distribution tarball

##############################
Test: Make Dist - Make - PASS
Desc: Build the source from distribution tarball

##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - PASS
Desc: Build BlueZ source with '--enable-external-ell' configuration



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BlueZ] monitor: Remove Pygments dependency from manpage
  2021-05-07  1:30 ` [BlueZ] " bluez.test.bot
@ 2021-05-10 18:19   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-05-10 18:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tedd Ho-Jeong An

Hi Tedd,

On Thu, May 6, 2021 at 7:06 PM <bluez.test.bot@gmail.com> wrote:
>
> 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=478179
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      0.90 seconds
> GitLint                       PASS      0.12 seconds
> Prep - Setup ELL              PASS      47.68 seconds
> Build - Prep                  PASS      0.11 seconds
> Build - Configure             PASS      8.37 seconds
> Build - Make                  PASS      203.26 seconds
> Make Check                    PASS      9.58 seconds
> Make Dist                     PASS      12.87 seconds
> Make Dist - Configure         PASS      5.15 seconds
> Make Dist - Make              PASS      81.78 seconds
> Build w/ext ELL - Configure   PASS      8.41 seconds
> Build w/ext ELL - Make        PASS      190.81 seconds
>
> Details
> ##############################
> Test: CheckPatch - PASS
> Desc: Run checkpatch.pl script with rule in .checkpatch.conf
>
> ##############################
> Test: GitLint - PASS
> Desc: Run gitlint with rule in .gitlint
>
> ##############################
> Test: Prep - Setup ELL - PASS
> Desc: Clone, build, and install ELL
>
> ##############################
> Test: Build - Prep - PASS
> Desc: Prepare environment for build
>
> ##############################
> Test: Build - Configure - PASS
> Desc: Configure the BlueZ source tree
>
> ##############################
> Test: Build - Make - PASS
> Desc: Build the BlueZ source tree
>
> ##############################
> Test: Make Check - PASS
> Desc: Run 'make check'
>
> ##############################
> Test: Make Dist - PASS
> Desc: Run 'make dist' and build the distribution tarball
>
> ##############################
> Test: Make Dist - Configure - PASS
> Desc: Configure the source from distribution tarball
>
> ##############################
> Test: Make Dist - Make - PASS
> Desc: Build the source from distribution tarball
>
> ##############################
> Test: Build w/ext ELL - Configure - PASS
> Desc: Configure BlueZ source with '--enable-external-ell' configuration
>
> ##############################
> Test: Build w/ext ELL - Make - PASS
> Desc: Build BlueZ source with '--enable-external-ell' configuration

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-10 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07  0:56 [BlueZ PATCH] monitor: Remove Pygments dependency from manpage Tedd Ho-Jeong An
2021-05-07  1:30 ` [BlueZ] " bluez.test.bot
2021-05-10 18:19   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).