<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/script/autobuild.py, branch talloc-2.1.2</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>script/autobuild.py: build the samba target with --with-profiling-data</title>
<updated>2015-03-06T14:02:29+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-12-08T09:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87b7a7dbaa28b29dac316b8b6d953c231529e372'/>
<id>87b7a7dbaa28b29dac316b8b6d953c231529e372</id>
<content type='text'>
In future we may get also runtime tests for profiling...

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104

(cherry picked from commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In future we may get also runtime tests for profiling...

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104

(cherry picked from commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7)
</pre>
</div>
</content>
</entry>
<entry>
<title>autobuild: adapt a comment</title>
<updated>2014-12-17T20:13:44+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-12-06T02:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=57a03c694730e3503c54c124d02e6c616b8a272f'/>
<id>57a03c694730e3503c54c124d02e6c616b8a272f</id>
<content type='text'>
The configure-option --with-cluster-support now only builds
against the included ctdb, and it also builds the ctdb component.
The comment in autobuild.py this patch changes was still from the olden days...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Wed Dec 17 21:13:44 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The configure-option --with-cluster-support now only builds
against the included ctdb, and it also builds the ctdb component.
The comment in autobuild.py this patch changes was still from the olden days...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Wed Dec 17 21:13:44 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>script/autobuild.py: use --picky-developer for the samba-ctdb target</title>
<updated>2014-12-17T10:52:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-12-08T09:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=770f222f333dfe51d253038e706c195623df0c0c'/>
<id>770f222f333dfe51d253038e706c195623df0c0c</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;

Autobuild-User(master): Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date(master): Wed Dec 17 11:52:25 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;

Autobuild-User(master): Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date(master): Wed Dec 17 11:52:25 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "script/autobuild.py: build the samba target with --with-profiling-data"</title>
<updated>2014-12-16T10:25:47+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-12-16T07:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=af570c294b03035f022bcb53b81b2ef9025de516'/>
<id>af570c294b03035f022bcb53b81b2ef9025de516</id>
<content type='text'>
This reverts commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.

This only works for a single user on a system, as only one can create
the sysv shared memory segment.

In future we'll use a tdb instead of sysv shared memory,
then we can readd this.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Tue Dec 16 11:25:47 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.

This only works for a single user on a system, as only one can create
the sysv shared memory segment.

In future we'll use a tdb instead of sysv shared memory,
then we can readd this.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Tue Dec 16 11:25:47 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>script/autobuild.py: build the samba target with --with-profiling-data</title>
<updated>2014-12-15T15:20:14+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-12-08T09:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4958fcdfa30fd9d8dc51ceafaab35721e61e72c7'/>
<id>4958fcdfa30fd9d8dc51ceafaab35721e61e72c7</id>
<content type='text'>
In future we may get also runtime tests for profiling...

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In future we may get also runtime tests for profiling...

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>script/autobuild.py: build 'samba' using --picky-developer</title>
<updated>2014-11-25T08:46:30+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-11-11T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e079ffd1da6cda8b4554a4fcb94ef31c10dc8f8b'/>
<id>e079ffd1da6cda8b4554a4fcb94ef31c10dc8f8b</id>
<content type='text'>
This makes sure we don't get unexpected new compiler warnings.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Nov 25 09:46:30 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure we don't get unexpected new compiler warnings.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Nov 25 09:46:30 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>autobuild: check whether ctdbd has been installed in the samba-ctdb target</title>
<updated>2014-10-28T07:05:40+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-10-25T16:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bf07a6b79e525a2aba71e07c4e13f2b2cb06b12f'/>
<id>bf07a6b79e525a2aba71e07c4e13f2b2cb06b12f</id>
<content type='text'>
An intermediate test until we have full runtime-tests.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;

Autobuild-User(master): Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date(master): Tue Oct 28 08:05:40 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An intermediate test until we have full runtime-tests.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;

Autobuild-User(master): Amitay Isaacs &lt;amitay@samba.org&gt;
Autobuild-Date(master): Tue Oct 28 08:05:40 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>autobuild: adapt samba-ctdb target does not need a separate ctdb build any more</title>
<updated>2014-10-28T04:42:05+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-10-24T15:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eeebbe73125967943d95b6e03cbf695d3d219bc0'/>
<id>eeebbe73125967943d95b6e03cbf695d3d219bc0</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Amitay Isaacs &lt;amitay@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/autobuild.py: remove explicit --with-perl-*-install-dir options</title>
<updated>2014-09-05T20:09:47+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-08-26T19:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8c3e0f84ccafc6751777a9fa09a21d7be9af32cd'/>
<id>8c3e0f84ccafc6751777a9fa09a21d7be9af32cd</id>
<content type='text'>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Sep  5 22:09:47 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Sep  5 22:09:47 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>autobuild: fix ctdb build of samba-ctdb target after switch to waf.</title>
<updated>2014-06-21T00:05:38+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-06-20T19:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cef718c39f1bfbe72bee65db0fb1f680f887fbf0'/>
<id>cef718c39f1bfbe72bee65db0fb1f680f887fbf0</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Sat Jun 21 02:05:38 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Sat Jun 21 02:05:38 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
