From 04a1315b5cbf9cce8c7f2f5d45506064f653895b Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:48:49 +0100 Subject: [PATCH] Update references to element-hq --- .github/workflows/ci.yaml | 2 +- README.md | 4 ++-- dockerfiles/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd656544..c0a79f98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: timeout: 20m - homeserver: Dendrite - repo: matrix-org/dendrite + repo: element-hq/dendrite tags: dendrite_blacklist packages: "" env: "COMPLEMENT_ENABLE_DIRTY_RUNS=1" diff --git a/README.md b/README.md index 88acbb9b..5b2cc332 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Docker image format is needed because OCI format doesn't support the HEALTHCHECK For instance, for Dendrite: ``` # build a docker image for Dendrite... -$ git clone https://github.com/matrix-org/dendrite +$ git clone https://github.com/element-hq/dendrite $ (cd dendrite && docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .) # ...and test it $ COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v ./tests/... @@ -114,7 +114,7 @@ from the host to the container. This is set via `COMPLEMENT_HOST_MOUNTS`, on the For example, for Dendrite on Linux with the default location of `$GOPATH`, do a one-time setup: ```shellsession -$ git clone https://github.com/matrix-org/dendrite ../dendrite +$ git clone https://github.com/element-hq/dendrite ../dendrite $ (cd ../dendrite && docker build -t complement-dendrite-local -f build/scripts/ComplementLocal.Dockerfile .) $ mkdir -p ../complement-go-build-cache $ export COMPLEMENT_BASE_IMAGE=complement-dendrite-local diff --git a/dockerfiles/README.md b/dockerfiles/README.md index d03f96c5..dcd77fb0 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -5,7 +5,7 @@ However, this doesn't work nicely when running Complement with local checkouts, end up copying the Dockerfiles in this directory to their own repository. In an effort to reduce duplication, we now point to dockerfiles in respective repositories rather than have them directly here. -- Dendrite: https://github.com/matrix-org/dendrite/blob/v0.8.2/build/scripts/Complement.Dockerfile +- Dendrite: https://github.com/element-hq/dendrite/blob/11b48749bf96fb1f7761df6d7a21cf1cd8484e20/build/scripts/Complement.Dockerfile - Synapse: https://github.com/matrix-org/synapse/blob/develop/docker/complement/Dockerfile - Conduit: https://gitlab.com/famedly/conduit/-/blob/next/tests/Complement.Dockerfile - conduwuit: https://conduwuit.puppyirl.gay/development/testing.html