Skip to content
Snippets Groups Projects
Select Git revision
  • ad0929325390a81308abbc7aea856a2e6c4f6e81
  • main default protected
  • dev
  • f-unmod
  • f-checkidentical
  • f-simple-breakpoint
  • f-new-debug-tree
  • f-existing-file-id
  • f-no-ident
  • f-collect-problems
  • f-refactor-debug-tree
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.1
  • v0.10.0
  • v0.9.1
  • v0.9.0
  • v0.8.0
  • v0.7.1
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
27 results

release.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 615 B
    FROM debian:bullseye
    # Use local package repository
    COPY sources.list.local /etc/apt/
    RUN mv /etc/apt/sources.list /etc/apt/sources.list.orig
    RUN cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
    RUN apt-get update && \
        apt-get install -y \
          pylint3 python3-pip tox git \
          curl pycodestyle \
          python3-sphinx
    ARG COMMIT="dev"
    # TODO Rename to linkahead
    RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
        cd linkahead-pylib && git checkout $COMMIT && pip3 install .
    RUN pip3 install recommonmark sphinx-rtd-theme