<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/__init__.py, 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>s4-python: Fix some formatting issues.</title>
<updated>2011-09-13T01:51:13+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-09-12T23:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0ee22a2dec1716e0d5c0a6aee612f635800af5ef'/>
<id>0ee22a2dec1716e0d5c0a6aee612f635800af5ef</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-provision Use samba.dns_name_to_dn</title>
<updated>2011-08-26T12:06:07+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-08-24T05:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=607d7c5cdfc6575ac24df7c8996c11c9679abb44'/>
<id>607d7c5cdfc6575ac24df7c8996c11c9679abb44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-param Remove 'modules dir'</title>
<updated>2011-06-06T07:37:51+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-06T04:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f67a14976bd6ccdacd319df872e6add994f0e0f3'/>
<id>f67a14976bd6ccdacd319df872e6add994f0e0f3</id>
<content type='text'>
The Samba waf build ensures that dyn_MODULESDIR is always correct
(even for in-tree binaries), so we don't need to allow the user to
configure this at run time.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Samba waf build ensures that dyn_MODULESDIR is always correct
(even for in-tree binaries), so we don't need to allow the user to
configure this at run time.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>selftest: Re-enable strings.py from source3/stf as a python subunit test</title>
<updated>2011-05-18T14:12:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-18T02:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fa3e2fc8bb3e935c65b7043382cad1d649cb68a6'/>
<id>fa3e2fc8bb3e935c65b7043382cad1d649cb68a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-provision: cope with top level directory for provision</title>
<updated>2011-02-07T02:22:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-03T02:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e7b2e06130fd74a539c58a48c870c9fa1961f699'/>
<id>e7b2e06130fd74a539c58a48c870c9fa1961f699</id>
<content type='text'>
to allow for top level 'make test' we need to cope with two in-tree
directory layouts

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to allow for top level 'make test' we need to cope with two in-tree
directory layouts

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python Remove manipuation of python path from samba module</title>
<updated>2011-02-02T04:21:13+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-02-01T03:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dbe0b078492ea20da2b0aa3bb1d1c6138d16454e'/>
<id>dbe0b078492ea20da2b0aa3bb1d1c6138d16454e</id>
<content type='text'>
This manipulation should be done by top level scripts, otherwise we
won't find samba in the first place (and these can be munged correctly
for the install).

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This manipulation should be done by top level scripts, otherwise we
won't find samba in the first place (and these can be munged correctly
for the install).

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>subunitrun: Use unittest.TestProgram if subunit.TestProgram is not</title>
<updated>2010-12-10T02:49:03+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-10T02:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=10441ed83d701d6db64c3a933cf09957355e1db2'/>
<id>10441ed83d701d6db64c3a933cf09957355e1db2</id>
<content type='text'>
available.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
available.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Add convenience function for forcibly importing bundled</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T23:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=636d8cfb423bbdf271df25efbc13c91420ebefe8'/>
<id>636d8cfb423bbdf271df25efbc13c91420ebefe8</id>
<content type='text'>
package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Fix use of bundled modules.</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T20:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=408a99e3bba2e08ad4caf2f8aae446865a3250db'/>
<id>408a99e3bba2e08ad4caf2f8aae446865a3250db</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: Split up ensure_external_module.</title>
<updated>2010-12-10T02:04:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-12-09T18:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4571b94e7b04acaa7f462262dac509843287e4af'/>
<id>4571b94e7b04acaa7f462262dac509843287e4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
