mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Prefix 'dendrite-' onto dendrite binaries
This distinguishes them from tools like 'kafka-producer' which are not required to run a dendrite server. The prefix also groups together the dendrite binaries nicely on `ls` as well as making it nicer to tab-complete.
This commit is contained in:
parent
83b9cfeb2b
commit
c2cf449a34
|
|
@ -3,7 +3,7 @@
|
|||
set -eu
|
||||
|
||||
# Check that the servers build
|
||||
gb build github.com/matrix-org/dendrite/cmd/roomserver
|
||||
gb build github.com/matrix-org/dendrite/cmd/dendrite-roomserver
|
||||
gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
|
||||
|
||||
# Run the pre commit hooks
|
||||
|
|
|
|||
Loading…
Reference in a new issue