mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1519572961
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
40 lines
818 B
Plaintext
40 lines
818 B
Plaintext
include synctl
|
|
include LICENSE
|
|
include VERSION
|
|
include *.rst
|
|
include *.md
|
|
include demo/README
|
|
include demo/demo.tls.dh
|
|
include demo/*.py
|
|
include demo/*.sh
|
|
|
|
recursive-include synapse/storage/schema *.sql
|
|
recursive-include synapse/storage/schema *.py
|
|
|
|
recursive-include docs *
|
|
recursive-include scripts *
|
|
recursive-include scripts-dev *
|
|
recursive-include synapse *.pyi
|
|
recursive-include tests *.py
|
|
|
|
recursive-include synapse/res *
|
|
recursive-include synapse/static *.css
|
|
recursive-include synapse/static *.gif
|
|
recursive-include synapse/static *.html
|
|
recursive-include synapse/static *.js
|
|
|
|
exclude Dockerfile
|
|
exclude .dockerignore
|
|
exclude test_postgresql.sh
|
|
|
|
include pyproject.toml
|
|
recursive-include changelog.d *
|
|
|
|
prune .github
|
|
prune demo/etc
|
|
prune docker
|
|
prune .circleci
|
|
|
|
exclude jenkins*
|
|
recursive-exclude jenkins *.sh
|