From 9d3a2c8ef426ba0f92421eb401c5922e3b18cecc Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 11 Oct 2023 17:11:02 +1000 Subject: [PATCH] maubot: remove webhook plugin and build meetings from fork Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index 8c35b0141c..d0fc66cd53 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -18,12 +18,9 @@ spec: curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \ chmod +x /usr/local/bin/install-maubot-plugins && \ mkdir /maubot && \ - for plugin in maubot-fedora maubot-adminclient; do \ + for plugin in maubot-fedora maubot-adminclient maubot-meetings; do \ install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \ done && \ - install-maubot-plugins -o /maubot \ - https://github.com/jkhsjdhjs/maubot-webhook.git \ - https://github.com/GregSutcliffe/maubot-meetings.git WORKDIR /maubot ENV KRB5_CONFIG=/etc/ipa/krb5.conf ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml