diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 54ba9cb54342a55ab688ba3560d6d24a6b326d9b..d9681621086f763ccdb5c4676943835610e98bd6 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -2,7 +2,7 @@ FROM debian:latest RUN apt-get update && \ apt-get install tox curl python3-pip git python-autopep8 -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 . COPY . /git RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git diff --git a/README.md b/README.md index 2ec3b58534c286e42aed38bad0732b5a545bb543..ab14be7b302df6a2291b89270270a6b4517cf0d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://gitlab.gwdg.de/bmp-caosdb/caosdb-pyinttest/commits/dev) codestyle +[](https://gitlab.com/caosdb/caosdb-pyinttest/commits/dev) codestyle # Welcome @@ -9,7 +9,7 @@ CaosDB project. # 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 diff --git a/tests/test_misc.py b/tests/test_misc.py index 7757d0f6352456d25bdf9343a14e23e3cd846004..d928f8f23f9e9f89b74ab8f4daf14d358350a8c7 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -21,6 +21,7 @@ # # ** end header # +# Copyright (c) 2019 IndiScale GmbH """Created on 23.07.2015. @author: tf