[OE-core] [PATCH] AUH: status email indicates the URL of the log folder

Leonardo Sandoval leonardo.sandoval.gonzalez at linux.intel.com
Thu Dec 1 16:22:20 UTC 2016


This is not the correct list. AUH goes to the Yocto list, I believe.


On 12/01/2016 10:14 AM, Edwin Plauchu wrote:
> Upgrade status email should indicate the URL of the log folder instead of the tar URL
>
> [YOCTO #10670]
>
> Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho at linux.intel.com>
> ---
>   upgradehelper.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/upgradehelper.py b/upgradehelper.py
> index 239fd88..3954e1f 100755
> --- a/upgradehelper.py
> +++ b/upgradehelper.py
> @@ -616,7 +616,7 @@ class Updater(object):
>                       publish_work_url = ''
>   
>               statistics_summary = self.statistics.get_summary(
> -                    publish_work_url, os.path.basename(work_tarball))
> +                    publish_work_url, self.uh_work_dir)
>   
>               statistics_file = os.path.join(self.uh_work_dir,
>                       "statistics_summary")




More information about the Openembedded-core mailing list