|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] testing hg repo error
benco writes ("[Xen-devel] testing hg repo error"):
> I'm getting the following error during 'make tools':
...
> error: Empty reply from server (curl_result = 52, http_code = 0, sha1 =
> 38ebdb8dfb462cfea1cb9abbacf6672cfbb4cf6f)
This works for me. Either there was a temporary network outage, or
you have a broken http proxy (perhaps an intercepting one).
I would recommend you use the git protocol instead if you can.
In Config.mk change:
QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git
to:
QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-4.0-testing.git
ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|