From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyfkp-0001uY-25 for qemu-devel@nongnu.org; Wed, 21 Mar 2018 11:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyfkk-00013f-Uj for qemu-devel@nongnu.org; Wed, 21 Mar 2018 11:34:19 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42778 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eyfkk-00013O-PF for qemu-devel@nongnu.org; Wed, 21 Mar 2018 11:34:14 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 617ABBD87 for ; Wed, 21 Mar 2018 15:34:14 +0000 (UTC) Date: Wed, 21 Mar 2018 11:34:13 -0400 From: Jeff Cody Message-ID: <20180321153413.GR12302@localhost.localdomain> References: <20180221052735.GA2919@localhost.localdomain> <20180319190656.GK12302@localhost.localdomain> <72fe7688-66f7-d1d9-db2e-b2271fec89f8@redhat.com> <20180321150929.GQ12302@localhost.localdomain> <0d8eb453-7464-722e-1b54-b6c6ae50648d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0d8eb453-7464-722e-1b54-b6c6ae50648d@redhat.com> Subject: Re: [Qemu-devel] Moving seabios-hppa git submodule to use a qemu.org mirror List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On Wed, Mar 21, 2018 at 04:21:43PM +0100, Paolo Bonzini wrote: > On 21/03/2018 16:09, Jeff Cody wrote: > > On Tue, Mar 20, 2018 at 06:54:10PM +0100, Paolo Bonzini wrote: > >> On 19/03/2018 20:06, Jeff Cody wrote: > >>> On Mon, Mar 19, 2018 at 01:19:36PM +0000, Peter Maydell wrote: > >>>> On 21 February 2018 at 05:27, Jeff Cody wrote: > >>>>> On Tue, Feb 20, 2018 at 06:43:22PM +0000, Peter Maydell wrote: > >>>>>> I just noticed that we seem to have acquired another git > >>>>>> submodule that isn't pointing to a qemu.org git url: > >>>>>> > >>>>>> [submodule "roms/seabios-hppa"] > >>>>>> path = roms/seabios-hppa > >>>>>> url = git://github.com/hdeller/seabios-hppa.git > >>>>>> > >>>>>> Jeff, could we set up so we can mirror this repo on qemu.org? > >>>>>> Then we can send a patch to update the .gitmodules to point to it. > >>>>>> > >>>>> > >>>>> Yes, of course... Although Paolo has suggested making it a branch of the > >>>>> existing SeaBIOS repo instead. But I can go ahead and get the clone setup, > >>>>> in case we go that route. > >>>> > >>>> Hi; can we get the mirror set up for seabios-hppa, and also for > >>>> the other new repo: > >>>> git://github.com/zbalaton/u-boot-sam460ex > >>>> > >>>> please? > >>>> > >>>> (I've just sent a patch which moves the qemu-palcode module > >>>> to the already-existing mirror.) > >>>> > >>>> thanks > >>>> -- PMM > >>> > >>> > >>> Hi, > >>> > >>> Both of these mirrors have been created, and are set to automatically > >>> refresh like the other mirrors on qemu.org: > >>> > >>> git://git.qemu.org/u-boot-sam460ex.git > >>> https://git.qemu.org/git/u-boot-sam460ex.git > >>> > >>> > >>> git://git.qemu.org/seabios-hppa.git > >>> https://git.qemu.org/git/seabios-hppa.git > >>> > >>> > >>> Let me know if there are any issues. > >>> > >>> > >>> Paolo or Stefan, > >>> > >>> If you create the repos for each of these under the qemu user on github, > >>> I'll also enable pushing of these two mirrors to github (like we do with > >>> other mirrors). > >> > >> Done. > >> > > > > Thanks. I am able to push u-boot-sam460ex to github just fine now, but I > > get a permission error when trying to do the same for seabios-hppa: > > > > ERROR: Permission to qemu/seabios-hppa.git denied to qemu-deploy > > Oops, I added the user but denied write access. Fixed now. > Thanks. I just checked, and it is all working correctly. -Jeff