<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/build/wscript, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>s3-waf: remove s3-waf specific dynconfig.</title>
<updated>2011-06-28T15:54:41+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-06-28T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=56db9c9f274d414ad435bd7cd3f522f11257458e'/>
<id>56db9c9f274d414ad435bd7cd3f522f11257458e</id>
<content type='text'>
This merge finally makes --with-logfilebase=foo and friends work appropriately.

Andrews, Andreas, please check.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This merge finally makes --with-logfilebase=foo and friends work appropriately.

Andrews, Andreas, please check.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>dynconfig: Have only one dynconfig.o in the common code.</title>
<updated>2011-04-27T12:22:26+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-27T06:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=3e85b960fae391af7a0592d5d38c18ae5a157209'/>
<id>3e85b960fae391af7a0592d5d38c18ae5a157209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-build Remove distinct LOCALEDIR subsystem</title>
<updated>2011-04-13T05:51:52+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-13T05:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d309499b9e268bff5e366a9986528f0accbc02b3'/>
<id>d309499b9e268bff5e366a9986528f0accbc02b3</id>
<content type='text'>
This is no different to the rest of dynconfig, and so should be dealt
with there.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is no different to the rest of dynconfig, and so should be dealt
with there.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: use SAMBA3_*() build rules in source3/build</title>
<updated>2011-02-18T05:46:41+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-09T04:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c8b2b109760b366bee6dcf7c6c306936d271f508'/>
<id>c8b2b109760b366bee6dcf7c6c306936d271f508</id>
<content type='text'>
this brings the s3 waf build much closer to the proposed s3build top
level build, using the same bld.SAMBA3_*() rules

There are a few renames of subsystems in here, with a 3 suffix where
it would create a conflict.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this brings the s3 waf build much closer to the proposed s3build top
level build, using the same bld.SAMBA3_*() rules

There are a few renames of subsystems in here, with a 3 suffix where
it would create a conflict.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: make the --with-Xdir options work more like in the classic build.</title>
<updated>2011-01-06T23:57:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-01-06T23:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f405384ad840ebe438ecf3a2ce05893857c952b2'/>
<id>f405384ad840ebe438ecf3a2ce05893857c952b2</id>
<content type='text'>
Also remove duplicates and sort the tables.

Still not sure if I understand the reason of processing the flags table after
the diroptions table, as every option you give it via configure was overwritten
immediately.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Fri Jan  7 00:57:10 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove duplicates and sort the tables.

Still not sure if I understand the reason of processing the flags table after
the diroptions table, as every option you give it via configure was overwritten
immediately.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Fri Jan  7 00:57:10 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: fix LOCALEDIR usage.</title>
<updated>2010-09-23T08:32:43+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-09-23T08:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=de49623d4b3bc577694b1601dcdb2eb413692389'/>
<id>de49623d4b3bc577694b1601dcdb2eb413692389</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: add net.</title>
<updated>2010-09-20T17:48:24+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-09-19T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d'/>
<id>c9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: Fix the minimal build</title>
<updated>2010-05-20T20:16:14+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2010-04-30T08:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=2261e8c0876dc1fa6eba3ccaf8341122ede67505'/>
<id>2261e8c0876dc1fa6eba3ccaf8341122ede67505</id>
<content type='text'>
When using the internal zlib and popt, the dependencies and includes
have to be adapted a bit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the internal zlib and popt, the dependencies and includes
have to be adapted a bit
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: All sorts of nasty hacks to finally get smbd to build/link</title>
<updated>2010-05-20T20:16:13+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-04-07T13:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=419873f2ee9997edd06f95758f7ab10aa1a8d15b'/>
<id>419873f2ee9997edd06f95758f7ab10aa1a8d15b</id>
<content type='text'>
Pair-Programmed-With: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: Added support dynconfig cflags</title>
<updated>2010-05-20T20:16:12+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2010-03-26T22:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=5f87d5a3d0390eb6c9139f78125d223f3a70b7ef'/>
<id>5f87d5a3d0390eb6c9139f78125d223f3a70b7ef</id>
<content type='text'>
Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
