From 85198974e07d0324508b3d7a8b7d07da4193fc80 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 31 May 2020 17:45:29 +0100 Subject: [PATCH 1/3] fix "apikey add" example in git_webhooks.md --- docs/help/git_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help/git_webhooks.md b/docs/help/git_webhooks.md index b15b7657..49cf3c17 100644 --- a/docs/help/git_webhooks.md +++ b/docs/help/git_webhooks.md @@ -7,7 +7,7 @@ First, follow instructions at [/docs/help/rest_api.md](/docs/help/rest_api.md) e.g. -> /msg <bot> apikey github-jesopo /api/github /api/gitea +> /msg <bot> apikey add github-jesopo /api/github /api/gitea ### Enable hook in-channel From b398527268b0cb2fe7a9143b5ce90131f5670295 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 Jul 2020 11:53:49 -0400 Subject: [PATCH 2/3] bitbot_user.service: remove duplicated paths setting WorkingDirectory negates the need for the full path --- docs/systemd/bitbot_user.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/systemd/bitbot_user.service b/docs/systemd/bitbot_user.service index ed8d014b..eb397307 100644 --- a/docs/systemd/bitbot_user.service +++ b/docs/systemd/bitbot_user.service @@ -23,9 +23,9 @@ After=default.target # The %h will be replaced with the user home directory # like /home/bitbot WorkingDirectory=%h/bitbot -ExecStart=/usr/bin/env python3 %h/bitbot/bitbotd -ExecStop=/usr/bin/env python3 %h/bitbot/bitbotctl stop -ExecReload=/usr/bin/env python3 %h/bitbot/bitbotctl reload +ExecStart=/usr/bin/env python3 bitbotd +ExecStop=/usr/bin/env python3 bitbotctl stop +ExecReload=/usr/bin/env python3 bitbotctl reload Restart=always [Install] From 1f46ca87fe0a65aa0ca55fbc77e1f8ee24cc1a0e Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 26 Aug 2020 10:05:02 +0000 Subject: [PATCH 3/3] update CHANGELOG.md date for v1.19.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8f42da..ea835bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# TBD - BitBot v1.19.0 ("Command Specs Spark Joy") +# 2020-02-29 - BitBot v1.19.0 ("Command Specs Spark Joy") Added: - Commands Specs. expression language for defining format of command args