From: Guillaume Pellerin Date: Mon, 22 Apr 2024 10:41:25 +0000 (+0200) Subject: no mail after mastering X-Git-Tag: 4.0.0~49 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dbf034b3387d4dfaa01fc8704fb4c03dcf7066be;p=telecaster-server.git no mail after mastering --- 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