From 9df7fd5880f5ae72647256cdc5e1aed4be23eab1 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 15 Jun 2021 08:19:03 +1000 Subject: [PATCH] ircbot: update limnoria This branch now has the two fixes noted inline. Pull this in until everything merged to master upstream. Change-Id: I0aa4716ae26cf6fb8068665a1f21a7c66503bcff --- docker/ircbot/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/ircbot/Dockerfile b/docker/ircbot/Dockerfile index 0c054cc88b..bb20d2e311 100644 --- a/docker/ircbot/Dockerfile +++ b/docker/ircbot/Dockerfile @@ -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