From dbf034b3387d4dfaa01fc8704fb4c03dcf7066be Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Apr 2024 12:41:25 +0200 Subject: [PATCH] no mail after mastering --- bin/publishing/telecaster_master-ae.sh | 2 +- bin/publishing/telecaster_master-crfpa-mp4-staging.sh | 4 ++-- bin/publishing/telecaster_master-crfpa-mp4.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/publishing/telecaster_master-ae.sh b/bin/publishing/telecaster_master-ae.sh index a062abf..ddc9f5c 100755 --- a/bin/publishing/telecaster_master-ae.sh +++ b/bin/publishing/telecaster_master-ae.sh @@ -26,6 +26,6 @@ rsync -auLKr --bwlimit=$bwlimit --include="*/" --include="$year/**" --include=" ssh $app_server "docker compose -f $app_path/docker-compose.yml -f $app_path/env/prod.yml exec -T app /srv/app/manage.py teleforma-import-conferences-2 $organization $department $import_log" -python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails +#python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails diff --git a/bin/publishing/telecaster_master-crfpa-mp4-staging.sh b/bin/publishing/telecaster_master-crfpa-mp4-staging.sh index 655c172..9c82abf 100755 --- a/bin/publishing/telecaster_master-crfpa-mp4-staging.sh +++ b/bin/publishing/telecaster_master-crfpa-mp4-staging.sh @@ -6,7 +6,7 @@ department=CRFPA year=`date '+%Y'` local_media_dir=/home/telecaster/archives/$organization/$department/$year/ server_media_dir=/mnt/crfpa-videos/$organization/$department/$year/ -tmp_log=/tmp/telecaster-mastering-$department.log +#tmp_log=/tmp/telecaster-mastering-$department.log mastering_log=/home/telecaster/log/mastering-$department.log server_import_log=/var/log/app/import_media.log app_server=malcom.parisson.com @@ -25,6 +25,6 @@ rsync -auLKr --bwlimit=$bwlimit --include="*/" --include="$year/**" --exclude="* ssh $app_server "docker compose -f $app_path/docker-compose.yml -f $app_path/env/prod.yml exec -T app /srv/app/manage.py teleforma-import-conferences-2 $organization $department $server_import_log" -python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails +#python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails diff --git a/bin/publishing/telecaster_master-crfpa-mp4.sh b/bin/publishing/telecaster_master-crfpa-mp4.sh index 874b428..1191a46 100755 --- a/bin/publishing/telecaster_master-crfpa-mp4.sh +++ b/bin/publishing/telecaster_master-crfpa-mp4.sh @@ -25,6 +25,6 @@ rsync -auLKr --bwlimit=$bwlimit --include="*/" --include="$year/**" --exclude="* ssh $app_server "docker compose -f $app_path/docker-compose.yml -f $app_path/env/prod.yml exec -T app /srv/app/manage.py teleforma-import-conferences-2 $organization $department $server_import_log" -python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails +#python3 $telecaster_server/bin/messaging/mail_msg.py $subject $tmp_log $emails -- 2.39.5