Merge pull request #3065 from DimStar77/bfr

build-fail-reminder: send mail to the 'new' mailing list address
This commit is contained in:
Dominique Leuenberger 2024-03-11 16:03:01 +01:00 committed by GitHub
commit 45aa258778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ def main(args):
if len(ProjectComplainList):
# At least to report to the project for not building - send a mail to openSUSE-Factory
ProjectComplainList.sort()
to = 'openSUSE-Factory@opensuse.org'
to = 'factory@lists.opensuse.org'
fullname = "openSUSE Factory - Mailing List"
subject = "%(project)s - Build fail notification" % {'project': project}