matrix-org.dendrite/build/scripts
Till 95a509757a
Complement QoL changes (#2663)
This PR does the following:
- adds a `keysize` parameter to `generate-keys`, so we can use lower sized keys when running in CI
- updates the Complement docker files to use BuildKit (requires Docker >18.09)
- uses `exec` when executing `dendrite-monotlith-server`, making it PID 1 inside docker, which results in Dendrite actually receiving the `SIGTERM` signal send by Docker. (Making it faster when running tests with Complement, as we don't take 10 seconds to timeout)
2022-08-23 13:10:29 +02:00
..
Complement.Dockerfile Complement QoL changes (#2663) 2022-08-23 13:10:29 +02:00
ComplementLocal.Dockerfile Complement QoL changes (#2663) 2022-08-23 13:10:29 +02:00
ComplementPostgres.Dockerfile Complement QoL changes (#2663) 2022-08-23 13:10:29 +02:00
README.md Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
build-test-lint.sh Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00
complement.sh Update complement.sh 2020-09-03 10:07:14 +01:00
find-lint.sh Update golangci-lint, how it's installed, and added to the PATH (#2403) 2022-04-29 08:55:35 +01:00
install-local-kafka.sh Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00

README.md

Dev Scripts

These are a collection of scripts that should be helpful for those developing on dendrite.

See find-lint.sh for environment variables that control linter resource usage.