Mercurial > dive4elements > river
changeset 9776:e5b86f024141 3.2.x
Update repository URL
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 20 Jan 2023 11:31:13 +0100 |
parents | 4f9693016f0e |
children | f98e5c7775d2 |
files | docker/Dockerfile.artifacts docker/Dockerfile.gwt-client |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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