From: Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] AUH: status email indicates the URL of the log folder
Date: Thu, 1 Dec 2016 10:14:20 -0600 [thread overview]
Message-ID: <20161201161420.7019-1-edwin.plauchu.camacho@linux.intel.com> (raw)
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
next reply other threads:[~2016-12-01 16:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 16:14 Edwin Plauchu [this message]
2016-12-01 16:22 ` [PATCH] AUH: status email indicates the URL of the log folder Leonardo Sandoval
2016-12-01 16:18 ` Plauchu Edwin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161201161420.7019-1-edwin.plauchu.camacho@linux.intel.com \
--to=edwin.plauchu.camacho@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox