From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFM3o-0003Z5-Qs for qemu-devel@nongnu.org; Tue, 21 Jun 2016 09:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFM3j-0000yU-Rs for qemu-devel@nongnu.org; Tue, 21 Jun 2016 09:49:47 -0400 Received: from chuckie.co.uk ([82.165.15.123]:34414 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFM3j-0000yK-L3 for qemu-devel@nongnu.org; Tue, 21 Jun 2016 09:49:43 -0400 References: <87ca06506c68e50a482fe33d0c86a438dc83fbe7.1466487614.git.jcody@redhat.com> <20160621102818.GH32560@stefanha-x1.localdomain> From: Mark Cave-Ayland Message-ID: <576945BE.6070101@ilande.co.uk> Date: Tue, 21 Jun 2016 14:48:46 +0100 MIME-Version: 1.0 In-Reply-To: <20160621102818.GH32560@stefanha-x1.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Jeff Cody Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, afaerber@suse.de, agraf@suse.de On 21/06/16 11:28, Stefan Hajnoczi wrote: > On Tue, Jun 21, 2016 at 01:40:42AM -0400, Jeff Cody wrote: >> This update should preserve git history, and allow seamless switching >> over to the official openbios git repo, rather than pulling from the >> svn mirror. All prior history from the svn repository should still be >> preserved (i.e., commit hashes are the same for historical commits). >> >> In the roms/openbios submodule, the branch "origin/official" is the >> latest mirror of the official git repository (fetched daily). >> >> Signed-off-by: Jeff Cody >> --- >> roms/openbios | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Assuming the git.qemu-project.org openbios.git remote and .git/config > mirror setting has been updated to use the new upstream git repo: > > Reviewed-by: Stefan Hajnoczi Is it possible to switch this around, so that there is a legacy branch which points to the current HEAD and master points to the new, upstream git HEAD? Then it means if someone clones either the git.qemu-project.org repository or the official repository then the default master branch will point to the same HEAD. ATB, Mark.