* [PATCH] AUH: status email indicates the URL of the log folder
@ 2016-12-01 16:14 Edwin Plauchu
2016-12-01 16:22 ` Leonardo Sandoval
0 siblings, 1 reply; 3+ messages in thread
From: Edwin Plauchu @ 2016-12-01 16:14 UTC (permalink / raw)
To: openembedded-core
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@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")
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] AUH: status email indicates the URL of the log folder
2016-12-01 16:14 [PATCH] AUH: status email indicates the URL of the log folder Edwin Plauchu
@ 2016-12-01 16:22 ` Leonardo Sandoval
2016-12-01 16:18 ` Plauchu Edwin
0 siblings, 1 reply; 3+ messages in thread
From: Leonardo Sandoval @ 2016-12-01 16:22 UTC (permalink / raw)
To: Edwin Plauchu, openembedded-core; +Cc: Limon, Anibal
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@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")
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] AUH: status email indicates the URL of the log folder
2016-12-01 16:22 ` Leonardo Sandoval
@ 2016-12-01 16:18 ` Plauchu Edwin
0 siblings, 0 replies; 3+ messages in thread
From: Plauchu Edwin @ 2016-12-01 16:18 UTC (permalink / raw)
To: Leonardo Sandoval, openembedded-core; +Cc: Limon, Anibal
Thanks for clarification
On 01/12/16 10:22, Leonardo Sandoval wrote:
> 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@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")
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-01 16:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01 16:14 [PATCH] AUH: status email indicates the URL of the log folder Edwin Plauchu
2016-12-01 16:22 ` Leonardo Sandoval
2016-12-01 16:18 ` Plauchu Edwin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox