From patchwork Fri Mar 5 08:08:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 47001 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6F236B7CCD for ; Fri, 5 Mar 2010 19:21:39 +1100 (EST) Received: from localhost ([127.0.0.1]:43042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnSdd-00024e-Mc for incoming@patchwork.ozlabs.org; Fri, 05 Mar 2010 03:12:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnSbz-00023i-Tw for qemu-devel@nongnu.org; Fri, 05 Mar 2010 03:10:20 -0500 Received: from [199.232.76.173] (port=41810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnSby-00023Q-GK for qemu-devel@nongnu.org; Fri, 05 Mar 2010 03:10:18 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnSbu-0001gD-Nr for qemu-devel@nongnu.org; Fri, 05 Mar 2010 03:10:17 -0500 Received: from mx20.gnu.org ([199.232.41.8]:10390) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NnSbt-0001fu-SN for qemu-devel@nongnu.org; Fri, 05 Mar 2010 03:10:14 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnSbT-0004ml-Me for qemu-devel@nongnu.org; Fri, 05 Mar 2010 03:09:47 -0500 Received: by gyh4 with SMTP id 4so1584046gyh.4 for ; Fri, 05 Mar 2010 00:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer; bh=IqSx462jQzwTxTcGIZcfDCnEY5F8y0V8Rw4BZsdE9jw=; b=Jlxgh7l5ni06Sh6ZICBUIDGTpPjJUHVFl/qD/4VbES3aOeoN8uUiOP2qjy3If5BSVU FkGH1NjpZZLnLh85K8u63jmnpJ6BdsmWNMCuH56cYA18zWNz1iegbvUxkJt7VgzRAg2z qcCO0U/GXOdr8Jysk9+x1/fgCfnSLyhY3a0AM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer; b=KXFcc9PAVfBwIIlMsJbzF9LPTG+l0QOnDHDljHBeCWfBF3tUlKyCjKoF1xKfA6Og5e fhNf8Bvb9IWiwmHq3KReQNYakBRvNId7AX6XWiPql/LRDU6NCGvwvp+y49IM8iu7cymO svG88jNTxqtelu0dBV/5lVkHdu6v46Xq1UA5I= Received: by 10.100.30.29 with SMTP id d29mr1224709and.247.1267776490977; Fri, 05 Mar 2010 00:08:10 -0800 (PST) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id 21sm481069ywh.47.2010.03.05.00.08.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Mar 2010 00:08:10 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Fri, 5 Mar 2010 09:08:04 +0100 Message-Id: <1267776484-10816-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.6.6 X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The relative URLs do not work when cloning a fork of qemu or when cloning from the Savannah URL. Signed-off-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- .gitmodules | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dd4745e..5217ce7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "roms/vgabios"] path = roms/vgabios - url = ../vgabios.git + url = git://git.qemu.org/vgabios.git/ [submodule "roms/seabios"] path = roms/seabios - url = ../seabios.git + url = git://git.qemu.org/seabios.git/