Skip to content
Snippets Groups Projects
Commit 529cf96d authored by Daniel's avatar Daniel
Browse files

MAINT: Refactoring for new upstream repository

parent 458ed992
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM debian:latest ...@@ -2,7 +2,7 @@ FROM debian:latest
RUN apt-get update && \ RUN apt-get update && \
apt-get install tox curl python3-pip git python-autopep8 -y apt-get install tox curl python3-pip git python-autopep8 -y
COPY .docker/wait-for-it.sh /wait-for-it.sh 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 . cd caosdb-pylib && pip3 install .
COPY . /git COPY . /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
......
[![pipeline status](https://gitlab.gwdg.de/bmp-caosdb/caosdb-pyinttest/badges/dev/pipeline.svg?job=codestyle)](https://gitlab.gwdg.de/bmp-caosdb/caosdb-pyinttest/commits/dev) codestyle [![pipeline status](https://gitlab.com/caosdb/caosdb-pyinttest/badges/dev/pipeline.svg?job=codestyle)](https://gitlab.com/caosdb/caosdb-pyinttest/commits/dev) codestyle
# Welcome # Welcome
...@@ -9,7 +9,7 @@ CaosDB project. ...@@ -9,7 +9,7 @@ CaosDB project.
# Further Reading # Further Reading
Please refer to the [official gitlab repository of the CaosDB 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 # License
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
# #
# ** end header # ** end header
# #
# Copyright (c) 2019 IndiScale GmbH
"""Created on 23.07.2015. """Created on 23.07.2015.
@author: tf @author: tf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment