<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/subunit/python, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>subunit: Update to latest upstream snapshot.</title>
<updated>2011-08-27T14:07:38+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-08-27T14:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bd01a8e79faa3d657f01529c063cd0e09d711880'/>
<id>bd01a8e79faa3d657f01529c063cd0e09d711880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subunit: Update to newer upstream snapshot.</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T13:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=91438920b465ec7455dd1cd700bbe8ec5050b3f9'/>
<id>91438920b465ec7455dd1cd700bbe8ec5050b3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subunit: Import latest upstream.</title>
<updated>2010-09-04T21:04:28+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-09-04T21:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5de2ec0def3e4ad0ead20b426e81509fd8e48c6d'/>
<id>5de2ec0def3e4ad0ead20b426e81509fd8e48c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: python is not always in /usr/bin</title>
<updated>2010-06-24T08:46:57+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-06-24T04:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4cb423f52737d980132709fe63bc3194b9307880'/>
<id>4cb423f52737d980132709fe63bc3194b9307880</id>
<content type='text'>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>subunit: Cope with lowercase test results in tap2subunit.</title>
<updated>2010-04-11T18:57:33+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-11T18:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5d0694f9941e22f92c9c641b8fb3a7ce376ee5cd'/>
<id>5d0694f9941e22f92c9c641b8fb3a7ce376ee5cd</id>
<content type='text'>
Also submitted upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also submitted upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Use standard infrastructure for finding included testtools, subunit and iso8601.</title>
<updated>2010-04-06T22:29:28+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-06T22:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c349aa3619efde5e00fd0d05f0670a7b6c2f3327'/>
<id>c349aa3619efde5e00fd0d05f0670a7b6c2f3327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-waf: fixed install location of external python libs</title>
<updated>2010-04-06T10:27:22+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-04-02T01:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9e52dc441e6709429194555350825ffcf341abf5'/>
<id>9e52dc441e6709429194555350825ffcf341abf5</id>
<content type='text'>
this merges with jelmers recent changes in master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this merges with jelmers recent changes in master
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them</title>
<updated>2010-04-06T10:27:11+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-03-27T22:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f9eae32f4b4284e3820f61f3d40c46a41be97227'/>
<id>f9eae32f4b4284e3820f61f3d40c46a41be97227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-waf: install the rest of our python files</title>
<updated>2010-04-06T10:27:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-03-27T04:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3'/>
<id>bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: waf quicktest nearly works</title>
<updated>2010-04-06T10:26:48+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-03-17T09:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=844acb226086e55de9a2442396a4e002471295e8'/>
<id>844acb226086e55de9a2442396a4e002471295e8</id>
<content type='text'>
Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
</pre>
</div>
</content>
</entry>
</feed>
