From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoCtE-0006Ku-H4 for qemu-devel@nongnu.org; Tue, 20 Feb 2018 13:43:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoCtD-00014b-P6 for qemu-devel@nongnu.org; Tue, 20 Feb 2018 13:43:44 -0500 Received: from mail-ot0-x235.google.com ([2607:f8b0:4003:c0f::235]:46598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoCtD-00014Q-IH for qemu-devel@nongnu.org; Tue, 20 Feb 2018 13:43:43 -0500 Received: by mail-ot0-x235.google.com with SMTP id 41so7208594otd.13 for ; Tue, 20 Feb 2018 10:43:43 -0800 (PST) MIME-Version: 1.0 From: Peter Maydell Date: Tue, 20 Feb 2018 18:43:22 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: [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: Jeff Cody , Stefan Hajnoczi , QEMU Developers Cc: Richard Henderson , BALATON Zoltan 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. (There's also a patchset on list that wants to add a submodule for git://github.com/zbalaton/u-boot-sam460ex but I don't know if that will go in or not yet. Should we insist that we set up the mirror first for new submodules, or allow them in and fix things up after? By default we're doing the latter at the moment; the former seems cleaner but makes it more painful for contributors to get things added which need new submodules.) thanks -- PMM