From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VReka-0001x0-1P for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRekV-00037j-Cg for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:11 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:34208 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRekV-00037X-7B for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:07 -0400 From: alex.bennee@linaro.org Date: Thu, 3 Oct 2013 09:58:57 +0100 Message-Id: <1380790737-11495-3-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1380790737-11495-1-git-send-email-alex.bennee@linaro.org> References: <1380790737-11495-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 2/2] .gitmodules: use upstream SeaBIOS repo to fix submodule init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, stefanha@redhat.com From: Alex Bennée Currently master is broken as the wanted commit doesn't exist in qemu's mirror of SeaBIOS. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d7e3f3c..d5d5417 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = git://git.qemu.org/vgabios.git/ [submodule "roms/seabios"] path = roms/seabios - url = git://git.qemu.org/seabios.git/ + url = git://git.seabios.org/seabios.git [submodule "roms/SLOF"] path = roms/SLOF url = git://git.qemu.org/SLOF.git -- 1.8.4