From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C5450E009EB; Thu, 2 Jul 2015 07:07:36 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW 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] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.169 listed in list.dnswl.org] Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 11AF9E009C5 for ; Thu, 2 Jul 2015 07:07:31 -0700 (PDT) Received: by wicgi11 with SMTP id gi11so74949845wic.0 for ; Thu, 02 Jul 2015 07:07:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=IWlu521HQVWd1IKch1xbDKa0/FrXoqGVRDgP3f427Es=; b=SNRqUX+awzPSXLMIf2DGioI+X3Z3ndaDDXxljT3ZQNtO+9q+bvkF2prlA9Xsgx85mD sFOcfQ+IMRQjSZMkIQQeJ6/ySeDmSrk1VlT+252QftX7eby3dsTndye2TmpGNiWFtJev EMexACRF2HHNJ3aeqNfJ51GpYv2q4rcw749BbY0fMJXMYugMthn4yaWSBOzk7PsVMOgS WThxZ0GRhB+dvgubrPSAntSBfYWN2dk7FG6nQJhNSaJQEXzACMVe05inVFIQKbsLEJXD zcgCWwTYs2EUGLOl+pRJ0/lKN0opDzD47uIdi+/5kh8ZYw8X/vC+5ebIQ/M0bYlOtFDH 6+Vw== X-Gm-Message-State: ALoCoQnnEQw77HNIx183dlFOQzIi6clIDmlqxVyVU1OtlbaMz2/tvQdrqnu8Ttwi/kTdL6qH3VQZ X-Received: by 10.180.13.10 with SMTP id d10mr53880218wic.57.1435846050432; Thu, 02 Jul 2015 07:07:30 -0700 (PDT) Received: from [192.168.2.189] ([83.217.123.106]) by mx.google.com with ESMTPSA id lq14sm2882965wic.3.2015.07.02.07.07.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 07:07:29 -0700 (PDT) Message-ID: <559545A1.4080402@intel.com> Date: Thu, 02 Jul 2015 15:07:29 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/toaster/fix-remove-mgmtmode-regressions X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:07:36 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit The following commits are to bring master back into a working state. commit 109b2be23e247c945d0e6488fa90b2e839ca74a5 Author: Michael Date: Thu Jul 2 14:48:56 2015 +0100 bitbake: toaster: Fix build execution regression Make sure the error value is initialised and update the string match that we have to identify bitbake's current startup status. Patch contribution from Eduard Bartosh Signed-off-by: Michael Wood commit 5b3258ca955b41a4316c61e7723fa7453d0b610c Author: Michael Wood Date: Mon Jun 29 17:43:08 2015 +0100 bitbake: toaster: runbuilds Fix incorrect variable name The recent refactoring moved this enum value to BuildRequests table rather than Build. Signed-off-by: Michael Wood commit fa44e7500262ead4c244f8c4fdf25c10555b6b8c Author: Michael Wood Date: Mon Jun 29 16:15:20 2015 +0100 bitbake: toaster: Remove erroneously committed template include Partial revert of bb commit 6e46e1e3882b9770872d8a0bb459bc7d5d6bfed3 The non managed mrb_section defined the title 'All builds' which is already defined correctly for the projects page as 'All projects' Signed-off-by: Michael Wood commit 1ba03e8ed48de86aa379044421f2e947eb98cedf Author: Michael Wood Date: Mon Jun 29 16:09:52 2015 +0100 bitbake: toaster: Revert the addition of analysis project mode selection Partial revert of bb commit 2efc338cefd6e6e097af83d7dff63e9ba177d021 This feature was not ready to go live as the surrounding implementation work to make this usable has not yet been done. Signed-off-by: Michael Wood commit 7d46b5c9794a0969a702a84bc47714ba9d3ca7de Author: Michael Wood Date: Mon Jun 29 16:01:37 2015 +0100 bitbake: toaster: Partial Revert "fixes after html5 compliance testing" Partial revert of bb commit 7aecb974d44d9bc711ffba5cc65e770811397fba There were changes in this commit which broke the compatible layers mechanism meaning that no layers, recipes or machines were showing. Signed-off-by: Michael Wood