From cc12e3ec63d96ad0f2df12ae1e20a08a4a01eb97 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 8 Apr 2021 17:31:01 +0200 Subject: [PATCH 1/2] Send cron mails to the BDE Signed-off-by: Yohann D'ANELLO --- note.cron | 3 +++ 1 file changed, 3 insertions(+) diff --git a/note.cron b/note.cron index 44db347a..fe5df781 100644 --- a/note.cron +++ b/note.cron @@ -1,6 +1,9 @@ # {{ ansible_managed }} # Les cronjobs dont a besoin la Note Kfet +# Envoi des mails aux respos info +MAILTO=notekfet2020@lists.crans.org + # m h dom mon dow user command # Envoyer les mails en attente * * * * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail -c 1 From cdb2647a4d15a9e82484e9e878b55a09578d0ffb Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 8 Apr 2021 17:33:51 +0200 Subject: [PATCH 2/2] Fix note list when daily reports are sent Signed-off-by: Yohann D'ANELLO --- apps/scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scripts b/apps/scripts index 8ec7d68a..7676f692 160000 --- a/apps/scripts +++ b/apps/scripts @@ -1 +1 @@ -Subproject commit 8ec7d68a169c1072aec427925f3bf2fd54eab5a3 +Subproject commit 7676f6921684189f5287210365382541b28d7069