mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
from_yuno not needed anymore ?
This commit is contained in:
parent
8d29c0f507
commit
eba357cc62
1 changed files with 4 additions and 3 deletions
|
@ -1354,9 +1354,10 @@ if [ $type_exec_env -ge 1 ] && [ $send_mail -eq 1 ]
|
||||||
then
|
then
|
||||||
|
|
||||||
# Add a 'from' header for the official CI only.
|
# Add a 'from' header for the official CI only.
|
||||||
if [ $type_exec_env -eq 2 ]; then
|
# Apparently, this trick is not needed anymore !?
|
||||||
from_yuno="-a \"From: yunohost@yunohost.org\""
|
# if [ $type_exec_env -eq 2 ]; then
|
||||||
fi
|
# from_yuno="-a \"From: yunohost@yunohost.org\""
|
||||||
|
# fi
|
||||||
|
|
||||||
# Get the maintainer email from the manifest. If it doesn't found if the check_process
|
# Get the maintainer email from the manifest. If it doesn't found if the check_process
|
||||||
if [ -z "$dest" ]; then
|
if [ -z "$dest" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue