[aur-dev] [PATCH] config.proto: Update path to the notification script

Lukas Fleischer lfleischer at archlinux.org
Wed Jan 25 18:39:37 UTC 2017


As of commit 3718860 (Make maintenance scripts installable, 2016-10-17),
the notification script is installed as aurweb-notify. Update the
sample configuration file accordingly.

Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 conf/config.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/config.proto b/conf/config.proto
index 431697e..c1be281 100644
--- a/conf/config.proto
+++ b/conf/config.proto
@@ -34,7 +34,7 @@ enable-maintenance = 1
 maintenance-exceptions = 127.0.0.1
 
 [notifications]
-notify-cmd = /srv/http/aurweb/scripts/notify.py
+notify-cmd = /usr/local/bin/aurweb-notify
 sendmail = /usr/bin/sendmail
 sender = notify at aur.archlinux.org
 reply-to = noreply at aur.archlinux.org
-- 
2.11.0


More information about the aur-dev mailing list