Fix notifications emails going to the right people
commitb702e5c0e7f13103fc764b7e5613f78f3e7acd30
authorEli Schwartz <eschwartz@archlinux.org>
Fri, 10 Aug 2018 21:26:28 +0000 (10 17:26 -0400)
committerLukas Fleischer <lfleischer@archlinux.org>
Sun, 12 Aug 2018 07:38:19 +0000 (12 09:38 +0200)
tree8d9a8bf839a926ef8f520d76168a090ad29f56b9
parent257115943e2a3350bf29ad3ab72fc50a6ae60e7d
Fix notifications emails going to the right people

In commit f3b4c5c (Refactor the notification script, 2018-05-17), the
parameters of the adopt, disown, comaintainer-add and
comaintainer-remove notification modules were accidentally pushed around
without changing the order in the callers. The notify script now expects
to see the userid followed by additional arguments like the pkgbase id.

As a result, some random userid with the same id as the pkgbase, got
sent a notification regarding some package with the same id as the real
user's id.

Fix this by changing the order in every invocation of the aforementioned
modules.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/git/serve.py