Skip to content
  • Eli Schwartz's avatar
    Fix notifications emails going to the right people · b702e5c0
    Eli Schwartz authored and Lukas Fleischer's avatar Lukas Fleischer committed
    In commit f3b4c5c6
    
     (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: default avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
    b702e5c0