Merge "Install Limnoria from upstream"

This commit is contained in:
Zuul 2022-07-15 07:41:38 +00:00 committed by Gerrit Code Review
commit aa58487ab6

View File

@ -19,11 +19,7 @@ ARG ZUUL_SIBLINGS=""
RUN apt-get update \
&& apt-get -y install git
#NOTE(ianw) : 2021-05-31 - only until changes integrated upstream
# https://github.com/ProgVal/Limnoria/pull/1464
# https://github.com/ProgVal/Limnoria/pull/1473
#RUN git clone https://github.com/ProgVal/Limnoria /tmp/src
RUN git clone -b setuptools https://github.com/ianw/Limnoria /tmp/src
RUN git clone -b master-2022-07-03 https://github.com/ProgVal/Limnoria /tmp/src
COPY . /tmp/src