<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/testsuite/.gitignore, branch master</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=master</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2015-07-19T01:03:06+00:00</updated>
<entry>
<title>Streamline ".gitignore" files</title>
<updated>2015-07-19T01:03:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-07-19T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a5ca8be6588590c6c5feb35bb0f149c0619122c4'/>
<id>urn:sha1:a5ca8be6588590c6c5feb35bb0f149c0619122c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "tests-skipped.lst" to src/testsuite/.gitignore</title>
<updated>2014-06-04T10:20:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-06-04T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=39b8fc65b69c7534228e314c08604341bdf6125f'/>
<id>urn:sha1:39b8fc65b69c7534228e314c08604341bdf6125f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Cygwin binaries (*.exe) to .gitignore files</title>
<updated>2012-12-25T17:52:49+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T17:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b5b3dd9cfd7e1a10eecc92c8b23bd65945b61a31'/>
<id>urn:sha1:b5b3dd9cfd7e1a10eecc92c8b23bd65945b61a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change build system to support new and old GNU automake</title>
<updated>2012-09-23T16:13:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-23T15:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=192e304b94f239de13b0f10ca01f6694fe6eea40'/>
<id>urn:sha1:192e304b94f239de13b0f10ca01f6694fe6eea40</id>
<content type='text'>
Starting with GNU automake 1.12, the "de-ANSI-fication support" has been
removed, which ngIRCd used to enable building itself on very old systems.

Now the problem is, that using automake &gt;= 1.12 isn't working because of
the now unsupported M4 macros. Therefore the solution that this patch
implements is to dynamically generate the automake input files with our
own ./autogen.sh script:

  configure.ng =&gt; configure.in
  Makefile.ng =&gt; Makefile.am

This is quite an ugly approach, but it works and enables us to:

  1. use current automake &gt;= 1.12 for development and "private builds",
  2. still build distribution archives using automake 1.11.x that have
     "de-ANSI-fication support" enabled in the generated Makefile's.

And if you are using Makefile's generated with a automake version newer
than 1.11.x (without "de-ANSI-fication support"), the ./configure script
warns you not to use this generated build system to generate distribution
archives.

Drawback of this patch: you MUST use our autogen.sh script, you can't call
the autoconf/automake commands directly any more; but autoreconf should
still work ...
</content>
</entry>
<entry>
<title>Add "whois-test" to testsuite and distribution archive</title>
<updated>2011-03-19T14:03:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-03-19T13:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d1f604ab89f34412cbe44aaf323b450b800a49d9'/>
<id>urn:sha1:d1f604ab89f34412cbe44aaf323b450b800a49d9</id>
<content type='text'>
Test script proposed by Dana Dahlstrom, 2008-02-17.
See &lt;https://arthur.barton.de/bugzilla/show_bug.cgi?id=72&gt; ...
</content>
</entry>
<entry>
<title>Test suite: start two servers and test server-server links</title>
<updated>2008-11-13T21:46:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-13T21:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7ad167f4c43948f19125123a27dbe68a93e863b8'/>
<id>urn:sha1:7ad167f4c43948f19125123a27dbe68a93e863b8</id>
<content type='text'>
I changed the test suite to start two test servers (on port 6789 and 6790),
so server-server links can be tested as well for which I included the new
test script "server-link-test.e".

In addition the documentation of the test suite (src/testsuite/README) has
been updated and is more complete now.
</content>
</entry>
<entry>
<title>GIT: added src/testsuite/message-test to ignore list.</title>
<updated>2008-07-27T18:51:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-07-27T18:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ccbbd7d1a543728c2639b7546213f1daf8f6dd3e'/>
<id>urn:sha1:ccbbd7d1a543728c2639b7546213f1daf8f6dd3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIT: ignore symbolic links to tests in testsuite directory</title>
<updated>2008-05-11T13:20:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-05-11T13:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d90cc7add0162952cbe4901054f3926aa15053d8'/>
<id>urn:sha1:d90cc7add0162952cbe4901054f3926aa15053d8</id>
<content type='text'>
Added symbolic links to new tests (invite-test, join-test, and kick-test)
to .gitignore file.
</content>
</entry>
<entry>
<title>Prevent GIT to complain about opless-channel-test link</title>
<updated>2008-05-01T14:31:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-05-01T14:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=60acc62af79579ed72013a7a0e1c36ba2e8fb130'/>
<id>urn:sha1:60acc62af79579ed72013a7a0e1c36ba2e8fb130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved .cvsignore files to .gitignore</title>
<updated>2008-04-09T16:54:52+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-04-09T16:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bc63064d5cfe33ed3fcd3b8a45eb9efaef6cb2be'/>
<id>urn:sha1:bc63064d5cfe33ed3fcd3b8a45eb9efaef6cb2be</id>
<content type='text'>
Since we are using GIT starting from now, I converted all the
.cvsignore files to .gitignore files.
</content>
</entry>
</feed>
