From 4e0d19db824954c9226976ce2dc590bb8b869727 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Mon, 5 Aug 2019 17:04:42 +0200 Subject: [PATCH] MAINT: Refactoring for new upstream repository --- .docker/Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 50361883..65b05d3e 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -3,9 +3,9 @@ RUN apt-get update && \ apt-get install curl python3 python3-pip git python-autopep8 \ python3-pytest -y COPY .docker/wait-for-it.sh /wait-for-it.sh -RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ +RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \ cd caosdb-pylib && pip3 install . -RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-models.git && \ +RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \ cd caosdb-models && pip3 install . ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/project_cfood \ scifolder_version.json diff --git a/README.md b/README.md index 12348743..4a8c28ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://gitlab.gwdg.de/bmp-caosdb/caosdb-advanced-user-tools/commits/master) +[](https://gitlab.com/caosdb/caosdb-advanced-user-tools/commits/master) # Welcome @@ -15,7 +15,7 @@ setup this code. # Further Reading Please refer to the [official gitlab repository of the CaosDB -project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information. +project](https://gitlab.com/caosdb/caosdb) for more information. # License -- GitLab