From patchwork Thu Aug 2 22:40:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 952987 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41hQBC0cl4z9sBZ; Fri, 3 Aug 2018 08:40:50 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1flMGy-0000x5-EU; Thu, 02 Aug 2018 22:40:44 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1flMGw-0000vf-Rb for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 22:40:42 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1flMGw-00054U-F6 for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 22:40:42 +0000 Received: from kamal by fourier with local (Exim 4.86_2) (envelope-from ) id 1flMGu-0002UH-9q for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 15:40:40 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH v2 7/7] git-build-kernel: add README notes about meta and signed Date: Thu, 2 Aug 2018 15:40:35 -0700 Message-Id: <1533249635-9483-8-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1533249635-9483-1-git-send-email-kamal@canonical.com> References: <1533249635-9483-1-git-send-email-kamal@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Kamal Mostafa --- git-build-kernel/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-build-kernel/README b/git-build-kernel/README index 875ffb9..ab2b8f7 100644 --- a/git-build-kernel/README +++ b/git-build-kernel/README @@ -85,6 +85,10 @@ To set up your git push auto-builder (Do that for each ubuntu-* repo that you'll want to push to). (Works fine for repo dir's named "ubuntu-something.git" also). + For the small repos like -meta or -signed, you need not bother setting + up a specific builder repo at all. For each of those, just add a remote + (as below) to the main kernel repo on your build server. + 2. On your local machine, if you haven't already, set up a git remote to point to your repo on the build server, e.g: