1
0
Fork 0
forked from infra/ansible

releng / ftbfs cron: supress login message

Right now this script outputs the login message from bugzilla:

Last login: Sun Jun 21 04:22:00 UTC 2026

which causes it to email a cron output. This is useless.
Just supress that and still allow for getting other errors.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-29 11:07:07 -07:00
commit 32a25d7bcc

View file

@ -1,3 +1,3 @@
#FTBFS Weekly Reminder
MAILTO=releng-cron@lists.fedoraproject.org
su - ftbfs /usr/local/bin/ftbfs.sh
su - ftbfs /usr/local/bin/ftbfs.sh | grep -v "Last login:"