<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/tools, branch th/cloud-setup-logging</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>tools: fix bogus code in "tools/generate-docs-nm-property-infos.py"</title>
<updated>2021-07-06T07:08:36+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-07-06T07:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=dd595c6c1da48814ba790c10dd47088bbdec5589'/>
<id>dd595c6c1da48814ba790c10dd47088bbdec5589</id>
<content type='text'>
Coverity warns about this:

  2. NetworkManager-1.32.2/tools/generate-docs-nm-property-infos.py:117: identical_branches:
  The same code is executed regardless of whether "temp.index(subelement) &lt; len(temp) - 1" is
  true, because the then and else branches are identical. Should one of the branches be modified,
  or the entire 'if' statement replaced?

Fixes: c3504f7e624e ('Rewrite `./tools/generate-docs-nm-property-infos.py` with XML library')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity warns about this:

  2. NetworkManager-1.32.2/tools/generate-docs-nm-property-infos.py:117: identical_branches:
  The same code is executed regardless of whether "temp.index(subelement) &lt; len(temp) - 1" is
  true, because the then and else branches are identical. Should one of the branches be modified,
  or the entire 'if' statement replaced?

Fixes: c3504f7e624e ('Rewrite `./tools/generate-docs-nm-property-infos.py` with XML library')
</pre>
</div>
</content>
</entry>
<entry>
<title>Support new attribute tag `description-docbook`</title>
<updated>2021-06-23T12:59:45+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2021-05-24T01:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=0b87d8d6c50b4e2d68384d1122b3d75dfa5de3fd'/>
<id>0b87d8d6c50b4e2d68384d1122b3d75dfa5de3fd</id>
<content type='text'>
`description-docbook` is the alternative tag to `description`, the
difference is that `description-docbook` expects docbook XML but not
plaintext.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`description-docbook` is the alternative tag to `description`, the
difference is that `description-docbook` expects docbook XML but not
plaintext.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: correct NetworkManager top object set_state function</title>
<updated>2021-06-23T11:56:15+00:00</updated>
<author>
<name>Frederic Martinsons</name>
<email>frederic.martinsons@sigfox.com</email>
</author>
<published>2021-06-15T16:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8dc64c7bddb0135a12c1a1e4cefc959407d227a6'/>
<id>8dc64c7bddb0135a12c1a1e4cefc959407d227a6</id>
<content type='text'>
Signed-off-by: Frederic Martinsons &lt;frederic.martinsons@sigfox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Frederic Martinsons &lt;frederic.martinsons@sigfox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: suppress duplicate state change in deactivation step of active connection</title>
<updated>2021-06-23T11:56:15+00:00</updated>
<author>
<name>Frederic Martinsons</name>
<email>frederic.martinsons@sigfox.com</email>
</author>
<published>2021-06-15T11:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e27141fb9087988db6f95f413850d362ad141856'/>
<id>e27141fb9087988db6f95f413850d362ad141856</id>
<content type='text'>
Signed-off-by: Frederic Martinsons &lt;frederic.martinsons@sigfox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Frederic Martinsons &lt;frederic.martinsons@sigfox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: add debug printf statements to "tools/generate-docs-nm-settings-docs-merge.py"</title>
<updated>2021-06-09T10:46:32+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-06-09T10:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=85c6ab97ef53df8b37d52d32f0ba832dc255f013'/>
<id>85c6ab97ef53df8b37d52d32f0ba832dc255f013</id>
<content type='text'>
It's hard to understand what "tools/generate-docs-nm-settings-docs-merge.py"
does. Add dbg() statements that are all NOP by default. But the user can
easily patch the code to print what is happening. This is only for
debugging the script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's hard to understand what "tools/generate-docs-nm-settings-docs-merge.py"
does. Add dbg() statements that are all NOP by default. But the user can
easily patch the code to print what is happening. This is only for
debugging the script.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: remove unused imports</title>
<updated>2021-05-27T06:52:30+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-05-27T06:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=26f0fb06043776f371a202415e0aa3200c8a3934'/>
<id>26f0fb06043776f371a202415e0aa3200c8a3934</id>
<content type='text'>
They are flagged by lgtm.com. Avoid the warning by dropping unused
includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are flagged by lgtm.com. Avoid the warning by dropping unused
includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: drop spurious whitespace in "src/libnm-client-impl/nm-property-infos-*.xml"</title>
<updated>2021-05-26T13:33:29+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-05-26T13:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c3d34299161d4bdea2289d472895011a90c5352a'/>
<id>c3d34299161d4bdea2289d472895011a90c5352a</id>
<content type='text'>
   &lt;nm-setting-docs&gt;
  -  &lt;setting name="6lowpan"&gt;
  +&lt;setting name="6lowpan"&gt;
   &lt;/setting&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   &lt;nm-setting-docs&gt;
  -  &lt;setting name="6lowpan"&gt;
  +&lt;setting name="6lowpan"&gt;
   &lt;/setting&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite `./tools/generate-docs-nm-property-infos.py` with XML library</title>
<updated>2021-05-20T08:41:20+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2021-05-06T01:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c3504f7e624ef35d1fd4d55648537587299055f5'/>
<id>c3504f7e624ef35d1fd4d55648537587299055f5</id>
<content type='text'>
Instead of writing XML text word by word, it is less error prone to
write with XML library.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of writing XML text word by word, it is less error prone to
write with XML library.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust `property` tag format in `nm-property-infos-*.xml`</title>
<updated>2021-05-20T08:41:19+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2021-05-19T11:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=dd38eb1f760d6dada8682717a43f10728c3d1904'/>
<id>dd38eb1f760d6dada8682717a43f10728c3d1904</id>
<content type='text'>
In order to make the generated XML file format consistent before and
after using XML library, adjust `property` tag format.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to make the generated XML file format consistent before and
after using XML library, adjust `property` tag format.

Signed-off-by: Wen Liang &lt;liangwen12year@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Rewrite `./tools/generate-docs-nm-property-infos.py` with XML library"</title>
<updated>2021-05-18T14:00:25+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-05-18T13:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c34e36bb8d285123f8a18219f707cef0d90d5c53'/>
<id>c34e36bb8d285123f8a18219f707cef0d90d5c53</id>
<content type='text'>
This breaks build on RHEL7, probably due to an older python version.
Revert for now.

This reverts commit a83fb33840baba6da0e75eb5489a63bf3ea39d0d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This breaks build on RHEL7, probably due to an older python version.
Revert for now.

This reverts commit a83fb33840baba6da0e75eb5489a63bf3ea39d0d.
</pre>
</div>
</content>
</entry>
</feed>
