synapse : v1.102.0 fix?

This commit is contained in:
Gitouche 2024-03-05 21:24:00 +01:00
parent b97f1e0748
commit c9cfc8ee79
1 changed files with 1 additions and 1 deletions

View File

@ -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} \