<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/Makefile.examples, branch th/cli-strsplit</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>examples: add python/gi example nm-connection-update-stable-id.py</title>
<updated>2017-12-05T18:57:24+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-11-30T13:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8388f4ea1df8ae6f348154673dc4d409115006b7'/>
<id>8388f4ea1df8ae6f348154673dc4d409115006b7</id>
<content type='text'>
The example script touches the stable-id of a connection.
It does so blocking autoconnect, and was originally written
to test that functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example script touches the stable-id of a connection.
It does so blocking autoconnect, and was originally written
to test that functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/js: add a javascript example</title>
<updated>2017-11-06T10:47:05+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2017-11-03T14:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d529641756b5443ba86141ab13ed14952b02bdbf'/>
<id>d529641756b5443ba86141ab13ed14952b02bdbf</id>
<content type='text'>
Converted from python/gi/get_ip.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted from python/gi/get_ip.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: add setting-user-data.py</title>
<updated>2017-05-06T12:53:09+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-05-04T07:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=adcbcb15e578adc45ab8b948bd2cdbf62854476f'/>
<id>adcbcb15e578adc45ab8b948bd2cdbf62854476f</id>
<content type='text'>
Add an example python script to show and set setting's
user-data. This is useful, as nmcli still doesn't support
user data.

(cherry picked from commit 447c766f526ec8bc4f5aa109a5e261cf060d1042)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an example python script to show and set setting's
user-data. This is useful, as nmcli still doesn't support
user data.

(cherry picked from commit 447c766f526ec8bc4f5aa109a5e261cf060d1042)
</pre>
</div>
</content>
</entry>
<entry>
<title>build: declare build dependencies requiring "nm-core-enum-types.h"</title>
<updated>2017-03-29T09:26:27+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-03-28T20:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=6198c2a5a4c74c35e621cd2d70d5fb6b7b90c133'/>
<id>6198c2a5a4c74c35e621cd2d70d5fb6b7b90c133</id>
<content type='text'>
	cat &lt;&lt;-EOF &gt; /tmp/glib-mkenums
	#!/bin/bash
	sleep 15 &amp;&amp; /usr/bin/glib-mkenums "\$@"
	EOF

	chmod +x /tmp/glib-mkenums

	(export PATH="/tmp:$PATH" &amp;&amp;
	 git clean -fdx &amp;&amp;
	 ./autogen.sh &amp;&amp;
	 make -j20 all-am)

(cherry picked from commit 68ab166f3894834af9473d42f5dab72e0ed15394)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	cat &lt;&lt;-EOF &gt; /tmp/glib-mkenums
	#!/bin/bash
	sleep 15 &amp;&amp; /usr/bin/glib-mkenums "\$@"
	EOF

	chmod +x /tmp/glib-mkenums

	(export PATH="/tmp:$PATH" &amp;&amp;
	 git clean -fdx &amp;&amp;
	 ./autogen.sh &amp;&amp;
	 make -j20 all-am)

(cherry picked from commit 68ab166f3894834af9473d42f5dab72e0ed15394)
</pre>
</div>
</content>
</entry>
<entry>
<title>device: add spec "driver:" to match devices</title>
<updated>2017-03-17T16:40:00+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-03-17T15:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b869d9cc0dda4fe5300f5ec5b5a090199ecd4e3e'/>
<id>b869d9cc0dda4fe5300f5ec5b5a090199ecd4e3e</id>
<content type='text'>
Changing the MAC address of devices is known to fail with
certain drivers. Add a device-spec to allow disabling it
for for such devices.

Related: https://bugzilla.gnome.org/show_bug.cgi?id=777523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changing the MAC address of devices is known to fail with
certain drivers. Add a device-spec to allow disabling it
for for such devices.

Related: https://bugzilla.gnome.org/show_bug.cgi?id=777523
</pre>
</div>
</content>
</entry>
<entry>
<title>example: add example configuration snippet '30-anon.conf'</title>
<updated>2017-01-09T13:50:33+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-01-06T11:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=6fa069fad1887a32d525ee6cce1f55d60ff3fc8d'/>
<id>6fa069fad1887a32d525ee6cce1f55d60ff3fc8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: avoid some uses of BUILT_SOURCES in Makefile.am</title>
<updated>2016-11-24T15:52:27+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-11-22T18:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=ec4a1b75401ada4bb22590c684ace871e422e06e'/>
<id>ec4a1b75401ada4bb22590c684ace871e422e06e</id>
<content type='text'>
BUILT_SOURCES only matters during `make all`, `make check`
and `make install`.

It would be nice to be able to build every target specifically
from an empty git-tree.

Drop the use of BUILT_SOURCES where we already have the explicit
dependencies declared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUILT_SOURCES only matters during `make all`, `make check`
and `make install`.

It would be nice to be able to build every target specifically
from an empty git-tree.

Drop the use of BUILT_SOURCES where we already have the explicit
dependencies declared.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: merge "examples/Makefile.am" into toplevel Makefile</title>
<updated>2016-10-21T15:37:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-10-18T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=351851cf271013e0c7d04614fc0a72b7cdd39fd0'/>
<id>351851cf271013e0c7d04614fc0a72b7cdd39fd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: merge "examples/C/qt/Makefile.am" into toplevel Makefile</title>
<updated>2016-10-21T15:37:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-10-18T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b648772fc437744f9afc1037496e63b2b23a2911'/>
<id>b648772fc437744f9afc1037496e63b2b23a2911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: merge "examples/C/glib/Makefile.am" into toplevel Makefile</title>
<updated>2016-10-21T15:37:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-10-18T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=742d36c47628fd4f7c740521235e419b52dffb4b'/>
<id>742d36c47628fd4f7c740521235e419b52dffb4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
