<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/.travis.yml, branch master</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=master</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2021-07-06T20:20:03Z</updated>
<entry>
<title>replace references to freenode with references to libera</title>
<updated>2021-07-06T20:20:03Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-07-06T20:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dd91621d808589e90168fb410c2c4b3b924f1eb8'/>
<id>urn:sha1:dd91621d808589e90168fb410c2c4b3b924f1eb8</id>
<content type='text'>
I left the reference to freenode in the test suite data, since it is
historical.
</content>
</entry>
<entry>
<title>test: drop upgrade from v1 tests</title>
<updated>2020-07-11T20:20:09Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-07-07T10:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ee897cab8b7210ae0c9098f278e38ee355c2ef3d'/>
<id>urn:sha1:ee897cab8b7210ae0c9098f278e38ee355c2ef3d</id>
<content type='text'>
These are less crucial since we stopped generating new database
versions and relied primarily on features. They also rely on a
pre-generated v1 database which happens to be chert format. This
backend is not supported by Xapian 1.5.

Also drop the tool gen-testdb.sh, which is currently broken, due to
changes in the testing infrastructure.
</content>
</entry>
<entry>
<title>switch travis to bionic</title>
<updated>2019-12-03T12:12:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-11-04T02:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a48ccb5ef802d8732faf8235898ba86094861148'/>
<id>urn:sha1:a48ccb5ef802d8732faf8235898ba86094861148</id>
<content type='text'>
This should solve the problem with pytest versions. Drop the notmuch
PPA, as (hopefully) we don't need those packages in bionic
</content>
</entry>
<entry>
<title>travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev</title>
<updated>2019-12-03T12:12:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-11-03T18:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=af8c069194df3b47c30d0f82e2c2acca873e54e3'/>
<id>urn:sha1:af8c069194df3b47c30d0f82e2c2acca873e54e3</id>
<content type='text'>
These are needed for building and testing the new python bindings.
</content>
</entry>
<entry>
<title>travis: use ppa:notmuch/notmuch</title>
<updated>2019-05-06T23:39:29Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2019-05-05T22:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b58594cd5b0c7738443fc189cee66f699a43bd06'/>
<id>urn:sha1:b58594cd5b0c7738443fc189cee66f699a43bd06</id>
<content type='text'>
https://launchpad.net/~notmuch/+archive/ubuntu/notmuch/+packages
contains backports of gmime and gpgme and related cryptographic tools
to ubuntu xenial.

I tried to do a simple backport of gmime alone, and it failed due to
the older gpgme in xenial, so this setup resolves those problems.

This should allow us to continue to use the Travis continuous
integration build.

Signed-off-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>travis: bump gmime depends to 3.0</title>
<updated>2019-05-03T09:59:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-05-03T09:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2f33afd159980361d3fcc390223b490b68d92530'/>
<id>urn:sha1:2f33afd159980361d3fcc390223b490b68d92530</id>
<content type='text'>
This is currently unsatisfiable, but at least the build should fail in
a comprehensible way.
</content>
</entry>
<entry>
<title>travis: add xapian-backports PPA</title>
<updated>2019-04-14T02:15:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-04-14T01:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9956a326db2dbdd32863a67acb28abc82d16a5c8'/>
<id>urn:sha1:9956a326db2dbdd32863a67acb28abc82d16a5c8</id>
<content type='text'>
We really want to be testing with a more current version of xapian
than that available in Ubuntu Xenial
</content>
</entry>
<entry>
<title>travis: switch to xenial build env</title>
<updated>2019-03-06T13:29:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-06T13:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=35addc95aef546db8fee90a181518fedd50148cd'/>
<id>urn:sha1:35addc95aef546db8fee90a181518fedd50148cd</id>
<content type='text'>
In principle we'd like everything to work with ancient versions. In
practice someone needs drive that effort.
</content>
</entry>
<entry>
<title>travis: disable gdb based tests</title>
<updated>2018-01-13T00:50:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-01-13T00:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=12541fea7fe333f7c154a4a12a1d40394c2d6364'/>
<id>urn:sha1:12541fea7fe333f7c154a4a12a1d40394c2d6364</id>
<content type='text'>
Apparently something broke with gdb on travis.
</content>
</entry>
<entry>
<title>travis: build against python3-sphinx instead of python-sphinx</title>
<updated>2018-01-13T00:48:46Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2018-01-10T16:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2ed63574079133aca211f0fd6ccc05ff068e40bb'/>
<id>urn:sha1:2ed63574079133aca211f0fd6ccc05ff068e40bb</id>
<content type='text'>
Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should
be OK.
</content>
</entry>
</feed>
