[PATCH 1 of 2] Update repository URL

Wald Commits scm-commit at wald.intevation.org
Fri Jan 20 12:23:31 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1674210673 -3600
#      Fri Jan 20 11:31:13 2023 +0100
# Branch 3.2.x
# Node ID e5b86f024141c19f39db9149f2fe0b84a2a7e74d
# Parent  4f9693016f0e9129d6248c2674917edf5756e424
Update repository URL

diff -r 4f9693016f0e -r e5b86f024141 docker/Dockerfile.artifacts
--- a/docker/Dockerfile.artifacts	Wed Jan 18 16:04:54 2023 +0100
+++ b/docker/Dockerfile.artifacts	Fri Jan 20 11:31:13 2023 +0100
@@ -22,7 +22,7 @@
 
 
 WORKDIR /opt/d4e/src
-ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/
+ENV REPO_URL https://hg.wald.intevation.org/dive4elements/
 ENV BRANCH 3.2.x
 RUN hg clone -b $BRANCH $REPO_URL/framework
 RUN hg clone -b $BRANCH $REPO_URL/http-client
diff -r 4f9693016f0e -r e5b86f024141 docker/Dockerfile.gwt-client
--- a/docker/Dockerfile.gwt-client	Wed Jan 18 16:04:54 2023 +0100
+++ b/docker/Dockerfile.gwt-client	Fri Jan 20 11:31:13 2023 +0100
@@ -11,7 +11,7 @@
 RUN yum -q -y install maven mercurial tomcat gnu-free-sans-fonts curl
 
 WORKDIR /opt/d4e
-ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/
+ENV REPO_URL https://hg.wald.intevation.org/dive4elements/
 ENV BRANCH 3.2.x
 RUN hg clone -b $BRANCH $REPO_URL/framework
 RUN hg clone -b $BRANCH $REPO_URL/http-client


More information about the Dive4Elements-commits mailing list