From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id DC4606010B for ; Thu, 1 Dec 2016 16:17:12 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 01 Dec 2016 08:17:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,282,1477983600"; d="scan'208";a="793104337" Received: from pianodaemon-contraption.zpn.intel.com (HELO [10.219.128.75]) ([10.219.128.75]) by FMSMGA003.fm.intel.com with ESMTP; 01 Dec 2016 08:17:13 -0800 To: Leonardo Sandoval , openembedded-core@lists.openembedded.org References: <20161201161420.7019-1-edwin.plauchu.camacho@linux.intel.com> <918cd74d-f5f9-65e7-3c26-28872f167f22@linux.intel.com> From: Plauchu Edwin Message-ID: <33a1fbff-37b1-7a1a-27d4-c63608af2d6e@linux.intel.com> Date: Thu, 1 Dec 2016 10:18:33 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <918cd74d-f5f9-65e7-3c26-28872f167f22@linux.intel.com> Cc: "Limon, Anibal" Subject: Re: [PATCH] AUH: status email indicates the URL of the log folder X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 16:17:13 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 >> --- >> 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") >