| Age | Commit message (Collapse) | Author |
|
I left the reference to freenode in the test suite data, since it is
historical.
|
|
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.
|
|
This should solve the problem with pytest versions. Drop the notmuch
PPA, as (hopefully) we don't need those packages in bionic
|
|
These are needed for building and testing the new python bindings.
|
|
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 <dkg@fifthhorseman.net>
|
|
This is currently unsatisfiable, but at least the build should fail in
a comprehensible way.
|
|
We really want to be testing with a more current version of xapian
than that available in Ubuntu Xenial
|
|
In principle we'd like everything to work with ancient versions. In
practice someone needs drive that effort.
|
|
Apparently something broke with gdb on travis.
|
|
Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should
be OK.
|
|
Builds not requiring sudo access run in a container, which will have
better performance and less overhead on the Travis infrastructure.
Use the apt addon to install dependencies instead of explicit apt-get
commands.
|
|
Travis now offers Ubuntu Trusty (14.04 LTS) VMs as test runners, which
is gradually becoming the default. We can opt in to using Trusty now
so that we no longer need to manually update zlib to a newer version.
|
|
This allows running more tests which were previously skipped due to
missing dependencies.
|
|
Download the test message database used for the T530-upgrade.sh test.
If the additional load on the web server is undesired, Travis can be
instructed to cache the file.
|
|
Without this, Travis is rather spammy. Travis will continue to notify
the IRC channel on each build failure, which seems desirable.
|
|
You can access the dashboard at https://travis-ci.org/notmuch/notmuch
|