From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rirfm-0004n0-Q3 for openembedded-core@lists.openembedded.org; Thu, 05 Jan 2012 19:04:20 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 05 Jan 2012 09:56:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="53632748" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.122.73]) by AZSMGA002.ch.intel.com with ESMTP; 05 Jan 2012 09:56:54 -0800 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Thu, 5 Jan 2012 17:56:23 +0000 Message-Id: X-Mailer: git-send-email 1.7.5.4 Subject: [PATCH 0/4] buildhistory analysis X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 05 Jan 2012 18:04:20 -0000 The first part of the buildhistory analysis functionality (command-line only at the moment). It hasn't been heavily tested "in anger" yet (I hope we will start to use it on the Yocto Project autobuilder fairly soon) but it is functional. There are also a couple of improvements to buildhistory.bbclass itself. The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-analysis http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-analysis Paul Eggleton (4): buildhistory: add script to check for significant changes classes/buildhistory: add hostname to commit message classes/buildhistory: make the package version backwards error non-fatal classes/buildhistory: remove redundant package history checking stub meta/classes/buildhistory.bbclass | 16 +-- meta/lib/oe/buildhistory_analysis.py | 240 ++++++++++++++++++++++++++++++++++ scripts/buildhistory-diff | 43 ++++++ 3 files changed, 286 insertions(+), 13 deletions(-) create mode 100644 meta/lib/oe/buildhistory_analysis.py create mode 100755 scripts/buildhistory-diff -- 1.7.5.4