From c9cfc8ee797f62f67d23c4063766f224a9582245 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 5 Mar 2024 21:24:00 +0100 Subject: [PATCH] synapse : v1.102.0 fix? --- podman-matrix/ci_build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/ci_build-images.sh b/podman-matrix/ci_build-images.sh index 5a996a0..c512c05 100755 --- a/podman-matrix/ci_build-images.sh +++ b/podman-matrix/ci_build-images.sh @@ -11,7 +11,7 @@ buildfolder=/tmp/synapse-$$ if ! podman image exists ${synapse_image}:${synapse_version}; then mkdir ${buildfolder} && - if curl -sSfL -- "https://github.com/matrix-org/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ ; then + if curl -sSfL -- "https://github.com/element-hq/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ ; then rm -rf "${HOME}/buildah-cache-${UID}" TMPDIR=${HOME} podman image build \ -t ${synapse_image}:${synapse_version} \