[yocto] [auh 1/2] weeklyjob.sh: use -e with auh to actually send the emails

Alexander Kanavin alexander.kanavin at linux.intel.com
Wed Jan 17 08:59:34 PST 2018


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 weeklyjob.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/weeklyjob.sh b/weeklyjob.sh
index ac50461..2e8c434 100755
--- a/weeklyjob.sh
+++ b/weeklyjob.sh
@@ -20,7 +20,7 @@ git fetch origin
 git checkout -B tmp-auh-upgrades origin/master
 
 source $poky_dir/oe-init-build-env $build_dir
-$auh_dir/upgradehelper.py all
+$auh_dir/upgradehelper.py -e all
 
 # clean up to avoid the disk filling up
 rm -rf $build_dir/tmp/
-- 
2.15.1




More information about the yocto mailing list