mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Prefix 'dendrite-' onto dendrite binaries (#47)
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
d6a03039dc
@ -203,7 +203,7 @@ func testRoomserver(input []string, wantOutput []string, checkQueries func(api.R
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd := exec.Command(filepath.Join(filepath.Dir(os.Args[0]), "roomserver"))
|
cmd := exec.Command(filepath.Join(filepath.Dir(os.Args[0]), "dendrite-roomserver"))
|
||||||
|
|
||||||
// Append the roomserver config to the existing environment.
|
// Append the roomserver config to the existing environment.
|
||||||
// We append to the environment rather than replacing so that any additional
|
// We append to the environment rather than replacing so that any additional
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Check that the servers build
|
# 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
|
gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
|
||||||
|
|
||||||
# Run the pre commit hooks
|
# Run the pre commit hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user