From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8FF13E0051B; Tue, 19 May 2015 16:44:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.115 listed in list.dnswl.org] Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6DA31E0027F for ; Tue, 19 May 2015 16:44:52 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 19 May 2015 16:44:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,460,1427785200"; d="scan'208";a="573946485" Received: from linux.intel.com ([10.23.219.25]) by orsmga003.jf.intel.com with ESMTP; 19 May 2015 16:44:52 -0700 Received: from linux.intel.com (vmed.fi.intel.com [10.237.72.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id 4E3326A408F for ; Tue, 19 May 2015 16:44:21 -0700 (PDT) Date: Wed, 20 May 2015 00:51:18 +0300 From: Ed Bartosh To: toaster@yoctoproject.org Message-ID: <20150519215118.GA20441@linux.intel.com> MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [review-request] ed/toaster/run-again X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: ed.bartosh@linux.intel.com List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 23:44:56 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Please review my fixes regarding showing task name and using it when restarting builds. Now for /builds view. 1. bitbake: toaster-gui: Show task name for the builds in /builds Task name was only shown for the latest builds in project view. Now it should be shown also in builds view. 2. bitbake: toastergui: Consider task name when restarting a build in /buildsed/toaster/run-again Previously the same issue was fixed for project view. 'Run again' button now restarts builds using target:task also in builds view. [YOCTO #7442] https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ed/toaster/run-again -- Regards, Ed