From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=96.73.9.1; helo=muon.bluestop.org; envelope-from=rebecca@bluestop.org; receiver=edk2-devel@lists.01.org Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3A0E92119071C for ; Wed, 5 Dec 2018 09:26:53 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 36F6FC8493; Wed, 5 Dec 2018 10:27:41 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1544030861; bh=0I0FR3vbdEEfYLxfFJj+OgD1hc1ZHlVdOVBaWtvA/CI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qiPeD2kPqTiskzlGTMVCN0R//mLhJrv9sZtKsLnd8odnpddXqaaQJaqH2xR5v7c9Q pdzyiRn5TjiwG5DWc5NMzLBy/xNYS4o21H1jPHC9cmYYcwh5HMVPSjiKoGk9WHSxcX 0EzsaIhhzZfM0NOUNY083EjHm/iz99HU8FhzK5i4= Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wwF0i07NctSw; Wed, 5 Dec 2018 10:27:40 -0700 (MST) Received: from photon.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Wed, 5 Dec 2018 10:27:40 -0700 (MST) From: Rebecca Cran To: Laszlo Ersek Cc: "Brian J. Johnson" , Jeremiah Cox , stephano , "edk2-devel@lists.01.org" Date: Wed, 05 Dec 2018 10:26:51 -0700 Message-ID: <1760486.u6MfGjpqfb@photon.int.bluestop.org> In-Reply-To: <91c55561-1b96-9b2e-1866-277f1d3c51e9@redhat.com> References: <838b16fd-9821-c64c-19f4-aafb63140b6c@redhat.com> <39652103.F463k0L8Pm@photon.int.bluestop.org> <91c55561-1b96-9b2e-1866-277f1d3c51e9@redhat.com> MIME-Version: 1.0 Subject: Re: [edk2-announce] Research Request X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 17:26:53 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Wednesday, 5 December 2018 05:55:41 MST Laszlo Ersek wrote: > (1) Pls. explain to me how I can create an edk2 clone at > . :) You don't. In a production system it may be possible to clone from either GitHub or code.bluestop.org (which mirrors github), but the clone URL given when you click "Clone" on https://code.bluestop.org/diffusion/EDK/ doesn't work (since I've not configured it). > (2) Please create a throw-away account for yourself. Done (though not throw-away). > (3) Submit a pullreq against (1), with a topic branch that has two > commits, and simple text file modifications. https://code.bluestop.org/D1 Since Phabricator doesn't care about topic branches (just patches), I created a diff to README. -- Rebecca