ircbot: update limnoria

This branch now has the two fixes noted inline.  Pull this in until
everything merged to master upstream.

Change-Id: I0aa4716ae26cf6fb8068665a1f21a7c66503bcff
This commit is contained in:
Ian Wienand 2021-06-15 08:19:03 +10:00
parent c8be6be1b8
commit 9df7fd5880

View File

@ -20,6 +20,8 @@ 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