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:
parent
62f68bf965
commit
32a25d7bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue