From patchwork Mon Apr 29 22:02:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 240523 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id B7C242C00C7 for ; Tue, 30 Apr 2013 08:04:26 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UWwBA-0003Bg-WB; Mon, 29 Apr 2013 22:04:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UWwB6-0003Ba-Bk for kernel-team@lists.ubuntu.com; Mon, 29 Apr 2013 22:04:08 +0000 Received: from 66-192-7-242.static.twtelecom.net ([66.192.7.242] helo=[10.155.44.159]) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1UWwB5-0001ql-V3; Mon, 29 Apr 2013 22:04:08 +0000 Message-ID: <1367272949.5485.4.camel@hertz> Subject: [kteam-tools][PULL] git-build-kernel: push-based kernel package build system From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Date: Mon, 29 Apr 2013 15:02:29 -0700 Mime-Version: 1.0 X-Mailer: Evolution 3.6.4-0ubuntu1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com The following changes since commit 29112802bd37c91d463ee39a914153438cc022bc: mainline-builds: add saucy (2013-04-26 14:56:05 +0100) are available in the git repository at: git://kernel.ubuntu.com/kamal/kteam-tools.git git-build-kernel for you to fetch changes up to 5ae3f21dae7966d4e4b02a1f7fc1c065cbb93be7: git-build-kernel: push-based kernel package build system (2013-04-29 14:29:20 -0700) ---------------------------------------------------------------- Kamal Mostafa (1): git-build-kernel: push-based kernel package build system git-build-kernel/README | 110 +++++++++++++++++++++++++ git-build-kernel/git-build-kernel | 167 ++++++++++++++++++++++++++++++++++++++ git-build-kernel/post-receive | 62 ++++++++++++++ 3 files changed, 339 insertions(+) create mode 100644 git-build-kernel/README create mode 100755 git-build-kernel/git-build-kernel create mode 100755 git-build-kernel/post-receive