WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] hvmloader: Download gpxe bits via HTTP ra

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] hvmloader: Download gpxe bits via HTTP rather than GIT protocol.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Jul 2010 03:25:12 -0700
Delivery-date: Tue, 20 Jul 2010 03:25:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1279620561 -3600
# Node ID 26bbf4536df22106418f6c71f269dbe116a93e39
# Parent  fe50ba40c0b67a5a56ddfd5cc3665f09258a64eb
hvmloader: Download gpxe bits via HTTP rather than GIT protocol.

Latter is faster but won't work through all firewall setups.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/firmware/etherboot/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

diff -r fe50ba40c0b6 -r 26bbf4536df2 tools/firmware/etherboot/Makefile
--- a/tools/firmware/etherboot/Makefile Tue Jul 20 10:58:04 2010 +0100
+++ b/tools/firmware/etherboot/Makefile Tue Jul 20 11:09:21 2010 +0100
@@ -4,7 +4,9 @@ include $(XEN_ROOT)/tools/Rules.mk
 include $(XEN_ROOT)/tools/Rules.mk
 include Config
 
-GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+# NB. git:// protocol is faster but doesn't work through all firewalls
+# GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git
 GPXE_GIT_TAG := v1.0.1
 
 D=gpxe

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] hvmloader: Download gpxe bits via HTTP rather than GIT protocol., Xen patchbot-unstable <=