|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] hvmloader: Download gpxe bits via HTTP ra
# 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 <=
|
|
|
|
|