Blame SOURCES/cassandane.ini

388f6b
# A basic cassandane.ini file for running cassandane as part of the Fedora
388f6b
# package build process.
388f6b
388f6b
# The idea here is to run tests on the just-compiled version of cyrus-imapd.
388f6b
# However, many of the build locations are just random temporary directories, and
388f6b
# so this requires some finesse.
388f6b
388f6b
[cassandane]
388f6b
rootdir = CASSDIR/work
388f6b
pwcheck = alwaystrue # This is enabled in Fedora builds
388f6b
cleanup = no
388f6b
maxworkers = 1
388f6b
base_port = 19100
388f6b
388f6b
#[valgrind]
388f6b
#enabled = no
388f6b
388f6b
# The installed copy
388f6b
[cyrus default]
388f6b
prefix = /usr
388f6b
destdir = BUILDROOT
388f6b
quota = cyr_quota
388f6b
388f6b
# Replication testing disabled
388f6b
# [cyrus replica]
388f6b
# [cyrus murder]
388f6b
388f6b
# Don't enable any of the gdb options but leave them here in case someone ever
388f6b
# needs to do so
388f6b
#[gdb]
388f6b
# imapd = yes
388f6b
# sync_server = yes
388f6b
# lntpd = yes
388f6b
# timsieved = yes
388f6b
# backupd = yes
388f6b
388f6b
[config]
388f6b
altnamespace = no
388f6b
unixhierarchysep = no
388f6b
client_timeout = 60
388f6b
388f6b
#[caldavtalk]
388f6b
#basedir = CASSDIR/cassandane/testdata
388f6b
388f6b
[imaptest]
388f6b
# Cassandane wants this to not be installed.  Don't know why.  To use it we
388f6b
# have to make a directory and link things into it.
388f6b
basedir = imaptest
388f6b
388f6b
# [jmaptester]
388f6b
# basedir = JMAP-Tester
388f6b
# The JMAP modules end up needing JSON-Typist (which I could bundle) and CryptX (which is a bit too much to bundle)
388f6b
388f6b
# [caldavtester]
388f6b
# XXX Would need to include the source in the cyrus package just as cassandane is, and get it built before running tests
388f6b
# basedir = ...